Skip to content

Commit

Permalink
change permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDiakite committed Nov 2, 2023
1 parent d2bf3ba commit 0007946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on: [workflow_dispatch, push]
jobs:
dispatch_event:
runs-on: ubuntu-latest
permissions: write-all
permissions:
actions: write
deployments: write
steps:
- name: Post dispatch
run: |
Expand Down

0 comments on commit 0007946

Please sign in to comment.