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 b439385 commit 3efa125
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,11 @@ jobs:

- run: npx [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 3efa125

Please sign in to comment.