Skip to content

Commit

Permalink
Merge pull request #1288 from fluxcd/dependabot/github_actions/stefan…
Browse files Browse the repository at this point in the history
…prodan/helm-gh-pages-1.6.0

Bump stefanprodan/helm-gh-pages from 1.3.0 to 1.6.0
  • Loading branch information
stefanprodan authored Oct 21, 2022
2 parents f1fc8c0 + 6adf510 commit fb66d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@v1.3.0
uses: stefanprodan/helm-gh-pages@v1.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_url: https://flagger.app
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cosign verify -key ./.cosign/cosign.pub \
${{ env.IMAGE }}:${{ steps.prep.outputs.VERSION }}
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@v1.3.0
uses: stefanprodan/helm-gh-pages@v1.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_url: https://flagger.app
Expand Down

0 comments on commit fb66d24

Please sign in to comment.