mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
docs: update gofish and scoop docs
refs #2539 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
e0315ff4c4
commit
57f79e91f8
@ -44,6 +44,9 @@ rigs:
|
||||
rig:
|
||||
owner: repo-owner
|
||||
name: gofish-rig
|
||||
# Optionally a branch can be provided. If the branch does not exist, it
|
||||
# will be created. If no branch is listed, the default branch will be used
|
||||
branch: main
|
||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
||||
token: "{{ .Env.GOFISH_RIG_GITHUB_TOKEN }}"
|
||||
|
||||
|
@ -21,6 +21,9 @@ scoop:
|
||||
bucket:
|
||||
owner: user
|
||||
name: scoop-bucket
|
||||
# Optionally a branch can be provided. If the branch does not exist, it
|
||||
# will be created. If no branch is listed, the default branch will be used
|
||||
branch: main
|
||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
||||
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user