Skip to content

Commit

Permalink
https://goreleaser.com/errors/resource-not-accessible-by-integration/
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Jackson committed May 23, 2023
1 parent 1809c03 commit e02b9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BREW_KEY: ${{ secrets.BREW_KEY }}
BREW_GITHUB_TOKEN: ${{ secrets.BREW_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ brews:
tap:
owner: scottmmjackson
name: homebrew-sj
token: '{{ .Env.BREW_GITHUB_TOKEN }}'
pull_request:
enabled: true
base: main
Expand Down

0 comments on commit e02b9cc

Please sign in to comment.