mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-28 21:23:42 +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
|
args: release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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
|
RELEASE_VERSION: ${{ steps.semantic.outputs.release-version }} # I think this line is not needed. Nevertheless, it's explicit
|
||||||
- name: Publish go coverage
|
- name: Publish go coverage
|
||||||
uses: codecov/codecov-action@v3.1.0
|
uses: codecov/codecov-action@v3.1.0
|
||||||
|
@ -67,8 +67,7 @@ brews:
|
|||||||
- tap:
|
- tap:
|
||||||
owner: zitadel
|
owner: zitadel
|
||||||
name: zitadel-tap
|
name: zitadel-tap
|
||||||
token: "{{ steps.generate-token.outputs.token }}"
|
token: "{{ .Env.GITHUB_TOKEN_TAP }}"
|
||||||
|
|
||||||
folder: Formula
|
folder: Formula
|
||||||
goarm: "7"
|
goarm: "7"
|
||||||
homepage: https://zitadel.ch
|
homepage: https://zitadel.ch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user