Skip to content

Commit c67de00

Browse files
committed
Use GITHUB_TOKEN
Signed-off-by: JeffMboya <[email protected]>
1 parent e673a6e commit c67de00

File tree

3 files changed

+669
-669
lines changed

3 files changed

+669
-669
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
- name: Run chart-releaser
4848
uses: helm/[email protected]
4949
env:
50-
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"
50+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

charts/supermq/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Supermq
66
description: Event-driven Infrastructure for Modern Cloud
77
icon: https://avatars1.githubusercontent.com/u/13207490
88
type: application
9-
version: 0.16.5
9+
version: 0.16.6
1010
appVersion: "0.16.0"
1111
home: https://abstractmachines.fr/supermq.html
1212
sources:

0 commit comments

Comments
 (0)