mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-07 09:34:32 +00:00
ci(helm): inform charts repo about releases (#4544)
* ci(helm): inform charts repo about releases * typo * use gh app token --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
991a56341b
commit
cf9d74f4d7
13
.github/workflows/zitadel.yml
vendored
13
.github/workflows/zitadel.yml
vendored
@ -78,3 +78,16 @@ jobs:
|
||||
with:
|
||||
file: .artifacts/codecov/profile.cov
|
||||
name: go-codecov
|
||||
- uses: tibdex/github-app-token@v1
|
||||
id: generate-token
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
- name: Bump Chart Version
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main'
|
||||
with:
|
||||
token: ${{ steps.generate-token.outputs.token }}
|
||||
repository: zitadel/zitadel-charts
|
||||
event-type: zitadel-released
|
||||
client-payload: '{"semanticoutputs": "${{ steps.semantic.outputs }}"}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user