We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e912ced commit b490e94Copy full SHA for b490e94
.github/workflows/push-dev.yml
@@ -5,6 +5,10 @@ on:
5
schedule:
6
- cron: '0 14 * * MON'
7
8
+permissions:
9
+ id-token: write
10
+ contents: read
11
+
12
jobs:
13
build-and-push:
14
name: Build and push
0 commit comments