Skip to content

Commit 872a0ec

Browse files
committed
fix release permission
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com> (cherry picked from commit c959d53)
1 parent 8463c90 commit 872a0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
permissions:
12-
contents: write # to push chart release and create a release (helm/chart-releaser-action)
12+
contents: read # to push chart release and create a release (helm/chart-releaser-action)
1313
packages: write # to push chart to GitHub Container Registry (ghcr.io)
1414

1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)