Skip to content

Commit fab6677

Browse files
authored
add permissions to allow oidc (#418)
1 parent 34671e6 commit fab6677

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
@@ -4,6 +4,10 @@ on:
44
schedule:
55
- cron: '*/10 * * * *'
66

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

0 commit comments

Comments
 (0)