We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e607c8 commit 81e1332Copy full SHA for 81e1332
.github/workflows/workflow.yml
@@ -24,7 +24,7 @@ jobs:
24
release:
25
runs-on: ubuntu-latest
26
permissions:
27
- contents: read
+ contents: write
28
id-token: write
29
needs: test
30
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments