Skip to content

Commit

Permalink
chore: trigger chart upgrade on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol authored Mar 19, 2024
1 parent 58dc68f commit 172ac0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,10 @@ jobs:
- run: npx semantic-release@22.0.12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: benc-uk/workflow-dispatch@v1
with:
workflow: upgrade-services.yaml
ref: master
repo: restorecommerce/charts
token: "${{ secrets.CHARTS_WORKFLOW_TOKEN }}"

0 comments on commit 172ac0a

Please sign in to comment.