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:
Florian Forster 2022-05-02 17:20:30 +02:00 committed by GitHub
parent ef6fd5a843
commit 20f275f178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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