We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d532f1e commit 635bf98Copy full SHA for 635bf98
1 file changed
.goreleaser.yaml
@@ -53,14 +53,14 @@ scoops:
53
repository:
54
name: scoop-bucket
55
owner: '{{ envOrDefault "GITHUB_REPOSITORY_OWNER" "cedws" }}'
56
- token: "{{ .Env.SCOOP_BUCKET_PUSH_TOKEN }}"
+ token: "{{ .Env.GORELEASER_PUSH_TOKEN }}"
57
58
homebrew_casks:
59
- skip_upload: '{{ eq (envOrDefault "REPO_VISIBILITY" "private") "private" }}'
60
61
name: homebrew-tap
62
63
- token: "{{ .Env.HOMEBREW_TAP_PUSH_TOKEN }}"
64
homepage: "https://github.com/cedws/amnesia"
65
description: "a command-line tool for sealing secrets with a set of questions, with a specified number of answers required to decrypt the secret"
66
custom_block: |
0 commit comments