Skip to content

Commit

Permalink
Fix permissions on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming authored Oct 29, 2024
1 parent 8c62e4b commit 808468f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write
pull-requests: write

jobs:
releases:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 808468f

Please sign in to comment.