Skip to content

Commit

Permalink
ci(helm): inform charts repo about releases (#4544)
Browse files Browse the repository at this point in the history
* ci(helm): inform charts repo about releases

* typo

* use gh app token

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
  • Loading branch information
eliobischof and livio-a committed Apr 5, 2023
1 parent 991a563 commit cf9d74f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/zitadel.yml
Expand Up @@ -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 }}"}'

1 comment on commit cf9d74f

@vercel
Copy link

@vercel vercel bot commented on cf9d74f Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-zitadel.vercel.app
docs-zitadel.vercel.app
zitadel-docs.vercel.app

Please sign in to comment.