Set action name to Helm Publisher
This commit is contained in:
parent
d258142f57
commit
945336057e
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# helm-gh-pages
|
||||
# Helm Publisher
|
||||
|
||||
A GitHub Action for publishing Helm charts with Github Pages.
|
||||
|
||||
|
@ -40,7 +40,7 @@ Package and push charts in `./chart` dir to `gh-pages` branch in a different rep
|
|||
name: release-chart
|
||||
on:
|
||||
push:
|
||||
tags: 'chart.*'
|
||||
tags: 'chart-*'
|
||||
|
||||
jobs:
|
||||
release-chart:
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Publish Helm chart
|
||||
uses: stefanprodan/helm-gh-pages@master
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
charts_dir: chart
|
||||
charts_url: https://charts.fluxcd.io
|
||||
owner: fluxcd
|
||||
|
|
Loading…
Add table
Reference in a new issue