Skip to content

Commit

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

0 comments on commit 9ca5b9d

Please sign in to comment.