Skip to content

Commit

Permalink
GHA: fix permissions for page upload
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Jan 20, 2025
1 parent dfc74e4 commit 64e2bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 64e2bd5

Please sign in to comment.