Skip to content

Commit

Permalink
Goreleaser needs a GITHUB_TOKEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalter committed Oct 29, 2024
1 parent 2719091 commit 776bdb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -77,5 +77,5 @@ jobs:
version: "~> v1"
args: release --clean
env:
GITHUB_ACCESS_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brews:
tap:
owner: pivotal-cf
name: kiln
token: "{{ .Env.GITHUB_ACCESS_TOKEN }}"
token: "{{ .Env.GITHUB_TOKEN }}"
folder: HomebrewFormula
ids:
- homebrew
Expand Down

0 comments on commit 776bdb4

Please sign in to comment.