Skip to content

Commit

Permalink
Merge pull request #160 from authzed/add-releaser-homebrew
Browse files Browse the repository at this point in the history
.github: add missing goreleaser key
  • Loading branch information
ecordell committed Oct 13, 2022
2 parents 66a599b + edf8a1d commit ccf451f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
HOMEBREW_TAP_GITHUB_TOKEN: "${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}"
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"

docker:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit ccf451f

Please sign in to comment.