We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cd9b4 commit beeebbeCopy full SHA for beeebbe
.github/workflows/stage-3-build.yaml
@@ -38,7 +38,7 @@ on:
38
39
permissions:
40
id-token: write # This is required for requesting the JWT
41
- contents: write # This is required for actions/checkout and uploading release assets
+ contents: read # This is required for actions/checkout
42
packages: read # This is required for downloading from GitHub Package Registry
43
44
jobs:
.github/workflows/stage-5-publish.yaml
@@ -228,7 +228,7 @@ jobs:
228
needs: [publish]
229
230
231
- contents: read # This is required for actions/checkout
+ contents: write # This is required for publishing release asset
232
timeout-minutes: 10
233
strategy:
234
matrix:
0 commit comments