Skip to content

Commit

Permalink
Adjusted secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
aurc committed Jun 20, 2022
1 parent e56dd13 commit 832ba36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW_LOGGO_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ brews:
name: homebrew-loggo
branch: main
# # Optionally a token can be provided, if it differs from the token provided to GoReleaser
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# token: "{{ .Env.HOMEBREW_LOGGO_GITHUB_TOKEN }}"

url_template: "https://github.com/aurc/loggo/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

Expand Down

0 comments on commit 832ba36

Please sign in to comment.