We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef5c22 commit ab4839aCopy full SHA for ab4839a
.github/workflows/release.yml
@@ -39,3 +39,4 @@ jobs:
39
args: release --clean
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
+ HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
.goreleaser.yml
@@ -43,6 +43,18 @@ changelog:
43
- "^test:"
44
- "^chore:"
45
46
+brews:
47
+ - repository:
48
+ owner: dotindustries
49
+ name: homebrew-tap
50
+ token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
51
+ directory: Formula
52
+ homepage: "https://github.com/dotindustries/vx"
53
+ description: "Vault-backed secret manager for monorepos"
54
+ license: MIT
55
+ install: |
56
+ bin.install "vx"
57
+
58
dockers:
59
- image_templates:
60
- "ghcr.io/dotindustries/vx:{{ .Version }}-amd64"
0 commit comments