Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Oct 10, 2023
1 parent 73c5cc1 commit 69298e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: Azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- uses: helm/chart-releaser-action@v1
helm repo add cloudflare https://cloudflare.github.io/helm-charts
- uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
with:
pages_branch: gh-pages
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 69298e6

Please sign in to comment.