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.
2 parents c8bac83 + c63a4b0 commit 829dc0eCopy full SHA for 829dc0e
.github/workflows/auto-update.yml
@@ -8,6 +8,11 @@ on:
8
- feat/github-actions
9
- main
10
11
+permissions:
12
+ id-token: write
13
+ contents: write
14
+ pull-requests: write
15
+
16
concurrency:
17
group: deploy-prod-stack
18
.github/workflows/demo-test.yml
@@ -8,6 +8,10 @@ on:
branches:
- feat/github-actions**
+ contents: read
0 commit comments