1
0
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:
Carlos A Becker 2021-10-03 11:25:31 -03:00
parent e0315ff4c4
commit 57f79e91f8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 6 additions and 0 deletions

View File

@ -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 }}"

View File

@ -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 }}"