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 6eb7dd5 commit 5eedc08Copy full SHA for 5eedc08
.github/workflows/release-cpo.yaml
@@ -8,7 +8,8 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
-
+ permissions:
12
+ contents: write
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
.github/workflows/release.yaml
@@ -9,6 +9,8 @@ on:
16
@@ -21,6 +23,6 @@ jobs:
21
23
git config user.email "[email protected]"
22
24
25
- name: Run chart-releaser
- uses: helm/chart-releaser-action@v1.1.0
26
+ uses: helm/chart-releaser-action@v1.6.0
27
env:
28
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments