Skip to content

Commit fb51b99

Browse files
committed
fix contents permission
1 parent 1f74f6b commit fb51b99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-helm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ env:
1515
REGISTRY: ghcr.io
1616
CHART_NAME: trigger
1717

18-
permissions:
19-
contents: write # for gh-release
20-
2118
jobs:
2219
lint-and-test:
2320
runs-on: ubuntu-latest
@@ -50,7 +47,7 @@ jobs:
5047
needs: lint-and-test
5148
runs-on: ubuntu-latest
5249
permissions:
53-
contents: read
50+
contents: write # for gh-release
5451
packages: write
5552
steps:
5653
- name: Checkout

0 commit comments

Comments
 (0)