Skip to content

Commit a16280e

Browse files
committed
ci: fix chart releaser
1 parent e42002b commit a16280e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
PKG_VER=${GITHUB_REF_NAME#v}
5353
sed -e "s/^appVersion:.*/appVersion: ${PKG_VER}/" -i charts/cert-manager-webhook-rackspace/Chart.yaml
5454
- uses: helm/[email protected]
55+
env:
56+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5557
with:
5658
skip_upload: true
5759
- run: |

0 commit comments

Comments
 (0)