We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34671e6 commit fab6677Copy full SHA for fab6677
.github/workflows/continuous-monitoring.yml
@@ -4,6 +4,10 @@ on:
4
schedule:
5
- cron: '*/10 * * * *'
6
7
+permissions:
8
+ id-token: write
9
+ contents: read
10
+
11
jobs:
12
smoke-tests:
13
name: Run smoke tests
0 commit comments