Skip to content

Commit

Permalink
ci: add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Jan 4, 2024
1 parent 95c9635 commit f27d1f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/configure-pages@v3
Expand Down

0 comments on commit f27d1f4

Please sign in to comment.