Skip to content

Commit

Permalink
use correct token for homebrew tap repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed May 9, 2024
1 parent 3ce6694 commit 3952b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ brews:
repository:
owner: lovromazgon
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
directory: Formula
test: |
assert_match(version.to_s, shell_output("#{bin}/impromptu --version"))

0 comments on commit 3952b25

Please sign in to comment.