Skip to content

Commit

Permalink
Do I need token?
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwooding committed Apr 17, 2023
1 parent 9df3ece commit 9e146b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
env:
- HOMEBREW_TAP_GITHUB_TOKEN=${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down Expand Up @@ -95,7 +93,7 @@ brews:

# Optionally a token can be provided, if it differs from the token
# provided to GoReleaser
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

# Sets up pull request creation instead of just pushing to the given branch.
# Make sure the 'branch' property is different from base before enabling
Expand Down

0 comments on commit 9e146b4

Please sign in to comment.