Skip to content

Commit

Permalink
Add content write permission to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamuko committed May 29, 2024
1 parent d1d3032 commit 36a6e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
needs: build
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 36a6e64

Please sign in to comment.