mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:27:32 +00:00
fix: access to tap repo (#3577)
* chore(goreleaser): publish to discord and brew * chore: rename caos to zitadel * chore: remove console and grpc upload * chore: access to tap repo
This commit is contained in:
5
.github/workflows/zitadel.yml
vendored
5
.github/workflows/zitadel.yml
vendored
@@ -51,6 +51,11 @@ jobs:
|
|||||||
registry: europe-docker.pkg.dev
|
registry: europe-docker.pkg.dev
|
||||||
username: _json_key_base64
|
username: _json_key_base64
|
||||||
password: ${{ secrets.GCR_JSON_KEY_BASE64 }}
|
password: ${{ secrets.GCR_JSON_KEY_BASE64 }}
|
||||||
|
- uses: tibdex/github-app-token@v1
|
||||||
|
id: generate-token
|
||||||
|
with:
|
||||||
|
app_id: ${{ secrets.APP_ID }}
|
||||||
|
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
- uses: goreleaser/goreleaser-action@v2
|
- uses: goreleaser/goreleaser-action@v2
|
||||||
name: Publish ZITADEL
|
name: Publish ZITADEL
|
||||||
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
||||||
|
@@ -67,6 +67,8 @@ brews:
|
|||||||
- tap:
|
- tap:
|
||||||
owner: zitadel
|
owner: zitadel
|
||||||
name: zitadel-tap
|
name: zitadel-tap
|
||||||
|
token: "{{ steps.generate-token.outputs.token }}"
|
||||||
|
|
||||||
folder: Formula
|
folder: Formula
|
||||||
goarm: "7"
|
goarm: "7"
|
||||||
homepage: https://zitadel.ch
|
homepage: https://zitadel.ch
|
||||||
|
Reference in New Issue
Block a user