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:
Florian Forster
2022-05-02 22:04:33 +02:00
committed by GitHub
parent 60019808fe
commit 462fe10dab
2 changed files with 7 additions and 2 deletions

View File

@@ -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