Skip to content

Commit 8ecfd96

Browse files
authored
Merge pull request #25 from ovh/dev/aamstutz/fix-brew
fix: Homebrew release
2 parents 648bf6b + 636ec11 commit 8ecfd96

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
args: release --clean
3333
env:
3434
# GitHub sets the GITHUB_TOKEN secret automatically.
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
3636
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
3737
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ homebrew_casks:
7676
repository:
7777
owner: ovh
7878
name: homebrew-tap
79-
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
8079
commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
8180
directory: Casks
8281
caveats: "See https://github.com/ovh/ovhcloud-cli for usage."

0 commit comments

Comments
 (0)