Skip to content

Commit c83ab71

Browse files
committed
ci: change token variable
1 parent fc23871 commit c83ab71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
args: release --rm-dist
2828
key: ${{ secrets.YOUR_PRIVATE_KEY }}
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ brews:
6161
tap:
6262
owner: guumaster
6363
name: homebrew-tap
64+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
6465
homepage: https://github.com/guumaster/hostctl
6566
description: Your dev tool to manage /etc/hosts like a pro
6667
commit_author:

0 commit comments

Comments
 (0)