Skip to content

Commit

Permalink
ci: add pages workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 13, 2024
1 parent b1f5962 commit 2abb394
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2abb394

Please sign in to comment.