We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f74f6b commit fb51b99Copy full SHA for fb51b99
1 file changed
.github/workflows/release-helm.yml
@@ -15,9 +15,6 @@ env:
15
REGISTRY: ghcr.io
16
CHART_NAME: trigger
17
18
-permissions:
19
- contents: write # for gh-release
20
-
21
jobs:
22
lint-and-test:
23
runs-on: ubuntu-latest
@@ -50,7 +47,7 @@ jobs:
50
47
needs: lint-and-test
51
48
52
49
permissions:
53
- contents: read
+ contents: write # for gh-release
54
packages: write
55
steps:
56
- name: Checkout
0 commit comments