Skip to content

Commit

Permalink
Merge pull request #123 from coreruleset/fix-permissions-dispatch
Browse files Browse the repository at this point in the history
fix: add permissions to dispatch job
  • Loading branch information
dune73 authored Feb 26, 2024
2 parents 19369da + 1409192 commit 40b379c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
dispatch:
runs-on: ubuntu-latest
needs: build
permissions:
contents: write # needed for triggering dispatch
steps:
- name: Dispatch to workflows
run: |
Expand Down

0 comments on commit 40b379c

Please sign in to comment.