We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52bc1f4 + 0ce9857 commit 336c46cCopy full SHA for 336c46c
1 file changed
.github/workflows/deploy.yml
@@ -31,6 +31,8 @@ jobs:
31
name: Deploy
32
runs-on: ubuntu-latest
33
needs: build
34
+ permissions:
35
+ contents: write
36
steps:
37
- uses: actions/download-artifact@v4
38
with:
0 commit comments