Skip to content

Commit

Permalink
Update goreleaser token
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebAlbers committed Jan 24, 2023
1 parent 83e5ac9 commit c188595
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: $${ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
GITHUB_TOKEN: $${ secrets.RELEASE_GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ brews:
owner: hashicorp
name: homebrew-tap
branch: copywrite
token: '{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}'
homepage: 'https://github.com/hashicorp/copywrite'
description: 'copywrite -- utilities for managing copyright headers and license files for GitHub repos'
license: 'MPL-2.0'
Expand Down

0 comments on commit c188595

Please sign in to comment.