Skip to content

Commit

Permalink
Testing another change to the chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Jun 28, 2024
1 parent f7fae7d commit c0dfdf5
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branch:
- 'v*.*.*'
- FS-1428

jobs:
build:
Expand Down Expand Up @@ -42,15 +42,17 @@ jobs:
name: Create Git Commit
run: |
cd helm-charts
git config --unset-all http.https://github.com/.extraheader
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git add index.yaml *.tgz
git commit -m "published ${{ env.CHART_NAME }}-${{ github.ref_name }}.tgz"
-
name: Push Changes
uses: ad-m/github-push-action@master
with:
repository: metal-toolbox/helm-charts
directory: helm-charts
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
git push https://token:${{ secrets.GITHUB_TOKEN }}@github.com/metal-toolbox/helm-charts.git
# -
# name: Push Changes
# uses: ad-m/github-push-action@master
# with:
# repository: metal-toolbox/helm-charts
# directory: helm-charts
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: gh-pages

0 comments on commit c0dfdf5

Please sign in to comment.