Skip to content

Commit 72b69c7

Browse files
committed
feat: update releaser file and workflow
1 parent 3c1872b commit 72b69c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
version: latest
2424
args: release --rm-dist
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ brews:
5454
tap:
5555
owner: mia-platform
5656
name: homebrew-tap
57-
token: "{{ .Env.BOT_GITHUB_TOKEN }}"
5857
commit_author:
5958
name: "{{ .Env.BOT_USER }}"
6059
email: "{{ .Env.BOT_USER_EMAIL }}"

0 commit comments

Comments
 (0)