Skip to content

Commit b63b3f2

Browse files
authored
add permissions to allow oidc (#705)
1 parent 232c9b1 commit b63b3f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-monitoring.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '0/10 * * * *'
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
smoke-tests:
1014
name: Run smoke tests

0 commit comments

Comments
 (0)