Skip to content

Commit c3a5490

Browse files
committed
Modernize GH actions
Signed-off-by: David Young <[email protected]>
1 parent 8c2930f commit c3a5490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-push-master-publish-chart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Fetch history
1919
run: git fetch --prune --unshallow
@@ -24,6 +24,6 @@ jobs:
2424
git config user.email "[email protected]"
2525
2626
- name: Run chart-releaser
27-
uses: helm/chart-releaser-action@v1.0.0-rc.2
27+
uses: helm/chart-releaser-action@v1.4.0
2828
env:
29-
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
29+
CR_TOKEN: "${{ secrets.GH_TOKEN }}"

0 commit comments

Comments
 (0)