You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-01 00:54:57 +02:00
feat: support custom tokens in Homebrew & Scoop (#1650)
This commit is contained in:
@ -44,6 +44,8 @@ brews:
|
||||
tap:
|
||||
owner: repo-owner
|
||||
name: homebrew-tap
|
||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
||||
token: {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}
|
||||
|
||||
# Template for the url which is determined by the given Token (github or gitlab)
|
||||
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
|
@ -21,6 +21,8 @@ scoop:
|
||||
bucket:
|
||||
owner: user
|
||||
name: scoop-bucket
|
||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
||||
token: {{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}
|
||||
|
||||
# Git author used to commit to the repository.
|
||||
# Defaults are shown.
|
||||
|
Reference in New Issue
Block a user