Skip to content

Commit

Permalink
fix: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
phenix3443 committed Jul 24, 2023
1 parent 444c576 commit 2d4cb5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
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 All @@ -19,6 +21,9 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3

- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 2d4cb5d

Please sign in to comment.