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 8c2930f commit c3a5490Copy full SHA for c3a5490
.github/workflows/on-push-master-publish-chart.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
18
- name: Fetch history
19
run: git fetch --prune --unshallow
@@ -24,6 +24,6 @@ jobs:
24
git config user.email "[email protected]"
25
26
- name: Run chart-releaser
27
- uses: helm/chart-releaser-action@v1.0.0-rc.2
+ uses: helm/chart-releaser-action@v1.4.0
28
env:
29
- CR_TOKEN: "${{ secrets.CR_TOKEN }}"
+ CR_TOKEN: "${{ secrets.GH_TOKEN }}"
0 commit comments