Skip to content

Commit

Permalink
Merge pull request #959 from headlamp-k8s/fix-chart-release
Browse files Browse the repository at this point in the history
github: Add contents-write permissions to helm-chart-release action
  • Loading branch information
joaquimrocha authored Feb 15, 2023
2 parents 7dab8e3 + b1578db commit c557e9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:
paths:
- charts/**
- '!charts/**/README.md'

# For manual dispatch
workflow_dispatch:
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit c557e9a

Please sign in to comment.