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

Commit a744c5f

Browse files
authored
Merge pull request #19 from fullstack-devops/bugfix/helm-repo-not-found
Update create-release.yml
2 parents 872612b + 210f52e commit a744c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ jobs:
127127
ACI_RELEASE_ID: ${{ needs.create_release.outputs.releaseid }}
128128

129129
- name: update helm charts appVersion
130-
uses: peter-evans/repository-dispatch@v2.0.0
130+
uses: peter-evans/repository-dispatch@v2
131131
with:
132132
token: ${{ secrets.HELM_REPO_TOKEN }}
133-
repository: ${{ env.GITHUB_REPOSITORY_OWNER }}/helm-charts
133+
repository: fullstack-devops/helm-charts
134134
event-type: update_chart_version
135135
client-payload: '{"chart": "github-actions-runner", "version": "${{ needs.create_release.outputs.version }}"}'

0 commit comments

Comments
 (0)