Skip to content

Commit

Permalink
Fix chart-release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
avorima committed May 30, 2024
1 parent 72bd999 commit 4e85699
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
paths:
- 'charts/**/Chart.yaml'

permissions:
contents: write
packages: write

jobs:
publish-chart:
name: Publish chart
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
Expand Down

0 comments on commit 4e85699

Please sign in to comment.