Skip to content

Commit

Permalink
adds write-all permission to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Jun 18, 2024
1 parent 55a9e2c commit 9db57a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
actions: write
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 9db57a2

Please sign in to comment.