We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b12c12 commit 0a338f1Copy full SHA for 0a338f1
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
needs: build
30
if: startsWith(github.ref, 'refs/tags/')
31
runs-on: ubuntu-latest
32
+ permissions:
33
+ contents: write
34
steps:
35
- uses: actions/checkout@v4
36
0 commit comments