mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 19:36:41 +00:00
fix(goreleaser): use app instead of pat (#3584)
* fix: problem when accessing tap repo * fix(goreleaser): use app instead of pat * fix from code review
This commit is contained in:
@@ -68,7 +68,7 @@ brews:
|
||||
- tap:
|
||||
owner: zitadel
|
||||
name: zitadel-tap
|
||||
token: "{{ .Env.GITHUB_TOKEN_TAP }}"
|
||||
token: "{{ .Env.GORELEASER_TOKEN_TAP }}"
|
||||
folder: Formula
|
||||
goarm: "7"
|
||||
homepage: https://zitadel.ch
|
||||
|
||||
Reference in New Issue
Block a user