Skip to content

Commit

Permalink
fix(ci): Update goreleaser token
Browse files Browse the repository at this point in the history
  • Loading branch information
amine7536 committed Sep 3, 2021
1 parent 3c192e4 commit f569891
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

- name: Clear
if: always() && startsWith(github.ref, 'refs/tags/')
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ brews:
- tap:
owner: pixelfactoryio
name: homebrew-tools
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
commit_author:
name: amine7536
email: [email protected]
Expand Down

0 comments on commit f569891

Please sign in to comment.