Skip to content

Commit

Permalink
ci(release): changes action permissions to write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Nov 17, 2023
1 parent c72563c commit f1ee1c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:

name: "Bump version and publish docker image"

permissions:
contents: write
issues: write
pull-requests: write
permissions: write-all

steps:
- name: Check out
Expand Down

0 comments on commit f1ee1c7

Please sign in to comment.