mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:57:23 +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:
parent
a22efe6b83
commit
2e97394246
5
.github/workflows/zitadel.yml
vendored
5
.github/workflows/zitadel.yml
vendored
@ -51,6 +51,11 @@ jobs:
|
||||
registry: europe-docker.pkg.dev
|
||||
username: _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
|
||||
name: Publish ZITADEL
|
||||
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
||||
|
@ -55,7 +55,7 @@ gomod:
|
||||
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
@ -67,6 +67,8 @@ brews:
|
||||
- tap:
|
||||
owner: zitadel
|
||||
name: zitadel-tap
|
||||
token: "{{ steps.generate-token.outputs.token }}"
|
||||
|
||||
folder: Formula
|
||||
goarm: "7"
|
||||
homepage: https://zitadel.ch
|
||||
|
Loading…
x
Reference in New Issue
Block a user