Skip to content

Commit

Permalink
Set workflow permissions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 21, 2024
1 parent c7ef98f commit 927b40d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
workflow_call:

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

jobs:
build-julia:
Expand Down

0 comments on commit 927b40d

Please sign in to comment.