We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1872b commit 72b69c7Copy full SHA for 72b69c7
.github/workflows/release.yml
@@ -23,4 +23,4 @@ jobs:
23
version: latest
24
args: release --rm-dist
25
env:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
goreleaser.yml
@@ -54,7 +54,6 @@ brews:
54
tap:
55
owner: mia-platform
56
name: homebrew-tap
57
- token: "{{ .Env.BOT_GITHUB_TOKEN }}"
58
commit_author:
59
name: "{{ .Env.BOT_USER }}"
60
email: "{{ .Env.BOT_USER_EMAIL }}"
0 commit comments