Skip to content

Commit

Permalink
chore: update brew token
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Aug 24, 2022
1 parent bf09054 commit c6c6a2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BREW_TOKEN: ${{ secrets.BREW_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BREW_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ brews:
tap:
owner: joerdav
name: homebrew-xc
token: "{{ .Env.BREW_TOKEN }}"
description: Self documenting task runner
homepage: https://github.com/joerdav/xc
license: "MIT"
Expand Down

0 comments on commit c6c6a2e

Please sign in to comment.