Skip to content

Commit

Permalink
Attempt to fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel Bruinsma committed Jul 25, 2024
1 parent bf0aba1 commit ee90444
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
branches:
- main

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

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee90444

Please sign in to comment.