We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de55a6 + 70e7298 commit 769cf80Copy full SHA for 769cf80
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