fix: access to tap repo (#3577)

* chore(goreleaser): publish to discord and brew

* chore: rename caos to zitadel

* chore: remove console and grpc upload

* chore: access to tap repo
This commit is contained in:
Florian Forster 2022-05-02 16:32:21 +02:00 committed by GitHub
parent a22efe6b83
commit 2e97394246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -51,6 +51,11 @@ jobs:
registry: europe-docker.pkg.dev
username: _json_key_base64
password: ${{ secrets.GCR_JSON_KEY_BASE64 }}
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: goreleaser/goreleaser-action@v2
name: Publish ZITADEL
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'

View File

@ -55,7 +55,7 @@ gomod:
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc
filters:
@ -67,6 +67,8 @@ brews:
- tap:
owner: zitadel
name: zitadel-tap
token: "{{ steps.generate-token.outputs.token }}"
folder: Formula
goarm: "7"
homepage: https://zitadel.ch