Skip to content

Commit

Permalink
github: workflows: release: fix: contents write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Sep 28, 2024
1 parent 417a89c commit 11846bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
- github-release
runs-on: ubuntu-latest

permissions:
contents: write # IMPORTANT: mandatory for deploying to GitHub Pages

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 11846bb

Please sign in to comment.