Skip to content

Commit

Permalink
ci(release): use PAT to write to another repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Jan 16, 2024
1 parent f0bd203 commit 8caa5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }} # For homebrew-flog.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ brews:
owner: mingrammer
name: homebrew-flog
branch: main
token: "{{ .Env.GITHUB_TOKEN }}"
token: "{{ .Env.GH_PAT }}"
install: bin.install "flog"

0 comments on commit 8caa5d4

Please sign in to comment.