We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 648bf6b + 636ec11 commit 8ecfd96Copy full SHA for 8ecfd96
2 files changed
.github/workflows/release.yml
@@ -32,6 +32,6 @@ jobs:
32
args: release --clean
33
env:
34
# GitHub sets the GITHUB_TOKEN secret automatically.
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
36
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
37
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
.goreleaser.yaml
@@ -76,7 +76,6 @@ homebrew_casks:
76
repository:
77
owner: ovh
78
name: homebrew-tap
79
- token: "{{ .Env.TAP_GITHUB_TOKEN }}"
80
commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
81
directory: Casks
82
caveats: "See https://github.com/ovh/ovhcloud-cli for usage."
0 commit comments