Skip to content

Commit

Permalink
feat: update releaser file and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jun 22, 2021
1 parent 3c1872b commit 72b69c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ brews:
tap:
owner: mia-platform
name: homebrew-tap
token: "{{ .Env.BOT_GITHUB_TOKEN }}"
commit_author:
name: "{{ .Env.BOT_USER }}"
email: "{{ .Env.BOT_USER_EMAIL }}"
Expand Down

0 comments on commit 72b69c7

Please sign in to comment.