Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from ublue-os/newpat
Browse files Browse the repository at this point in the history
fix: new PAT for goreleaser
  • Loading branch information
bketelsen authored Apr 10, 2023
2 parents 4784531 + 28dc205 commit 756c6dd
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'
# distribution:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_REPO_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ brews:
- tap:
owner: ublue-os
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
folder: Formula
goarm: "7"
homepage: https://getfleek.dev
Expand Down

0 comments on commit 756c6dd

Please sign in to comment.