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 4fa4cfb commit 2128799Copy full SHA for 2128799
1 file changed
.github/workflows/release-helm.yml
@@ -15,6 +15,9 @@ 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
0 commit comments