Skip to content

Commit

Permalink
infra: updated brew config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoiro3 committed Apr 19, 2024
1 parent 3c657ba commit 1058c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ brews:
repository:
owner: jdoiro3
name: homebrew-dagit
tap:
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
directory: Formula
goarm: "7"
homepage: https://github.com/jdoiro3/dagit
Expand Down

0 comments on commit 1058c15

Please sign in to comment.