uses same github token for homebrew
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2021-01-27 11:07:21 +01:00
parent e66bac017e
commit 3d4b421308
2 changed files with 2 additions and 5 deletions

View File

@ -54,7 +54,7 @@ steps:
when: when:
event: event:
exclude: exclude:
- promote - tag
- name: release - name: release
image: goreleaser/goreleaser:latest image: goreleaser/goreleaser:latest
@ -69,6 +69,4 @@ steps:
- clean - clean
when: when:
event: event:
- promote - tag
target:
- production

View File

@ -154,7 +154,6 @@ brews:
tap: tap:
owner: xsteadfastx owner: xsteadfastx
name: homebrew-tap name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_author: commit_author:
name: Marvin Steadfast name: Marvin Steadfast
email: marvin@xsteadfastx.org email: marvin@xsteadfastx.org