Skip to content

Commit 16557ed

Browse files
committed
ci: use HOMEBREW_TAP_TOKEN for automated formula push
1 parent a417b9e commit 16557ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
args: release --clean
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ brews:
4040
- repository:
4141
owner: cailmdaley
4242
name: homebrew-tap
43+
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
4344
directory: Formula
4445
homepage: https://github.com/cailmdaley/felt
4546
description: DAG-native task tracker. Markdown files with dependencies.

0 commit comments

Comments
 (0)