Skip to content

Commit aa6c6c4

Browse files
committed
chore: try again
1 parent d20291f commit aa6c6c4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
- name: goreleaser-release
9090
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
9191
env:
92-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92+
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
9393
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
9494
run: task goreleaser

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ brews:
8080
tap:
8181
owner: dpastoor
8282
name: homebrew-tap
83-
token: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
8483
folder: Formula
8584
goarm: "7"
8685
test: |

0 commit comments

Comments
 (0)