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 fe509c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: read
id-token: read
pages: write

jobs:
build:
name: Build
Expand Down

0 comments on commit fe509c9

Please sign in to comment.