We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6c0eb7 + c7ea279 commit f746af8Copy full SHA for f746af8
2 files changed
.github/workflows/release.yml
@@ -28,4 +28,5 @@ jobs:
28
version: latest
29
args: release --clean
30
env:
31
- GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+ HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
.goreleaser.yml
@@ -28,6 +28,7 @@ homebrew_casks:
repository:
owner: milldr
name: homebrew-tap
+ token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
homepage: https://github.com/milldr/flow
33
description: Multi-repo workspace manager using git worktrees
34
binaries:
0 commit comments