mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:57:41 +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:
parent
ef6fd5a843
commit
20f275f178
1
.github/workflows/zitadel.yml
vendored
1
.github/workflows/zitadel.yml
vendored
@ -65,6 +65,7 @@ jobs:
|
||||
args: release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN_TAP: ${{ steps.generate_token.outputs.token }}
|
||||
RELEASE_VERSION: ${{ steps.semantic.outputs.release-version }} # I think this line is not needed. Nevertheless, it's explicit
|
||||
- name: Publish go coverage
|
||||
uses: codecov/codecov-action@v3.1.0
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user