Skip to content

Commit

Permalink
fix(ci): Fix permissions of GITHUB_TOKEN in order to deploy GitHub pages
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Jun 20, 2024
1 parent d23596b commit 932de3b
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 932de3b

Please sign in to comment.