Skip to content

Commit 4b11274

Browse files
committed
use separate token for homebrew
1 parent 24677a0 commit 4b11274

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ jobs:
5555
args: release --clean
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
58+
GITHUB_TOKEN_HOMEBREW: ${{ secrets.GH_PAT_HOMEBREW }}

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ brews:
4242
- repository:
4343
owner: putdotio
4444
name: homebrew-putio-sync
45+
token: "{{ .ENV.GITHUB_TOKEN_HOMEBREW }}"
4546
directory: Formula
4647
homepage: https://github.com/putdotio/putio-sync
4748
description: Put.io folder sync app

0 commit comments

Comments
 (0)