Skip to content

Commit

Permalink
added write permissions to the chart release action
Browse files Browse the repository at this point in the history
  • Loading branch information
webcoderz committed Sep 11, 2022
1 parent 087decc commit 23c3f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 23c3f6d

Please sign in to comment.