Skip to content

Commit a7bdb0b

Browse files
chore(release): use proper token for cross repo PR generation
1 parent 457e26f commit a7bdb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
version: latest
2929
args: release --clean
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.BREW_TOKEN }}

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ brews:
119119
# Repository name.
120120
#
121121
# Templates: allowed.
122-
name: homebrew-tap
122+
name: homebrew-claude-squad
123123

124124
# Optionally a branch can be provided.
125125
#
126126
# Default: default repository branch.
127127
# Templates: allowed.
128-
branch: main
128+
branch: brew-tap
129129

130130
# Sets up pull request creation instead of just pushing to the given branch.
131131
# Make sure the 'branch' property is different from base before enabling

0 commit comments

Comments
 (0)