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 345ed63 + d54ad3c commit 3c50854Copy full SHA for 3c50854
.github/workflows/publish-release-artifacts.yml
@@ -10,8 +10,7 @@ permissions: read-all
10
jobs:
11
publish-release-artifacts:
12
permissions:
13
- contents: read # to fetch code (actions/checkout)
14
- actions: write # to attach binaries to release artifacts (skx/github-action-publish-binaries)
+ contents: write # to fetch code and upload artifacts
15
16
runs-on: ubuntu-latest
17
if: startsWith(github.ref, 'refs/tags/')
0 commit comments