Skip to content

Commit

Permalink
Testing deploy of helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Jul 1, 2024
1 parent ff3acb7 commit 4597a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -25,7 +25,7 @@ jobs:
name: Checkout Helm chart Repo
uses: actions/checkout@v4
with:
repository: metal-toolbox/helm-charts
repository: metal-toolbox/fleet-scheduler
path: helm-charts
ref: gh-pages
fetch-depth: 0
Expand All @@ -50,7 +50,7 @@ jobs:
name: Push Changes
uses: ad-m/github-push-action@master
with:
repository: metal-toolbox/helm-charts
repository: metal-toolbox/fleet-scheduler
directory: helm-charts
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages

0 comments on commit 4597a23

Please sign in to comment.