Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit d2c1c5f

Browse files
committed
add update for helm-chart
1 parent dc94496 commit d2c1c5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,11 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
ACI_RELEASE_ID: ${{ needs.create_release.outputs.releaseid }}
97+
98+
- name: update helm charts appVersion
99+
uses: peter-evans/repository-dispatch@v2
100+
with:
101+
token: ${{ secrets.HELM_REPO_TOKEN }}
102+
repository: ${{ env.GITHUB_REPOSITORY_OWNER }}/helm-charts
103+
event-type: update_chart_version
104+
client-payload: '{"chart": "github-actions-runner", "version": "${{ needs.create_release.outputs.version }}"}'

0 commit comments

Comments
 (0)