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.
permissions
actions/download-artifact
1 parent 510eb04 commit f1c554bCopy full SHA for f1c554b
1 file changed
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
runs-on: ubuntu-latest
30
needs: release-drafter
31
permissions:
32
+ # For actions/download-artifact
33
+ actions: read
34
# For GoReleaser
35
contents: write
36
# For actions/attest
0 commit comments