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