Skip to content

Commit

Permalink
fix(ci): Fix permissions of GITHUB_TOKEN in order to deploy GitHub …
Browse files Browse the repository at this point in the history
…pages (#32)

This is just a small follow-up PR for #30 

I forgot to set the proper permissions for the GitHub actions workflow
which deploys the documentation to GitHub pages.
  • Loading branch information
stv0g committed Jun 20, 2024
2 parents d23596b + 932de3b commit 1376f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
name: Build
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1376f9a

Please sign in to comment.