mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 22:13:36 +00:00
fix(goreleaser): token to access tap repo (#3580)
* chore(goreleaser): publish to discord and brew * chore: rename caos to zitadel * chore: remove console and grpc upload * chore: access to tap repo * fix(goreleaser): token to access tap repo
This commit is contained in:
@@ -67,8 +67,7 @@ brews:
|
||||
- tap:
|
||||
owner: zitadel
|
||||
name: zitadel-tap
|
||||
token: "{{ steps.generate-token.outputs.token }}"
|
||||
|
||||
token: "{{ .Env.GITHUB_TOKEN_TAP }}"
|
||||
folder: Formula
|
||||
goarm: "7"
|
||||
homepage: https://zitadel.ch
|
||||
|
||||
Reference in New Issue
Block a user