We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8463c90 commit 872a0ecCopy full SHA for 872a0ec
1 file changed
.github/workflows/release-chart.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
release:
11
permissions:
12
- contents: write # to push chart release and create a release (helm/chart-releaser-action)
+ contents: read # to push chart release and create a release (helm/chart-releaser-action)
13
packages: write # to push chart to GitHub Container Registry (ghcr.io)
14
15
runs-on: ubuntu-latest
0 commit comments