Skip to content

Commit

Permalink
Grant permission for GH pages dispatch (supposedly fixes #265)
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 11, 2023
1 parent 0f17303 commit 3be189f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
id-token: write
# `contents: write` is required for the repository changes
contents: write
# `actions: write` is required for GH pages workflow-dispatch
actions: write

steps:

Expand Down

0 comments on commit 3be189f

Please sign in to comment.