Skip to content

Commit

Permalink
Remove brew token (#1198)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Thompson <[email protected]>
  • Loading branch information
J-Thompson12 and Justin Thompson authored Dec 8, 2021
1 parent e5ea7df commit c74769a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist --debug --release-notes=${{ runner.temp }}/changelog.md
args: release --rm-dist --release-notes=${{ runner.temp }}/changelog.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_TOKEN: ${{ secrets.WEAVE_GITOPS_TEST_WEAVEWORKS_WEAVE_GITOPS_BOT_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ brews:
- tap:
owner: weaveworks
name: homebrew-tap
token: "{{ .Env.BOT_TOKEN }}"
commit_author:
name: weaveworksbot
email: [email protected]
Expand Down

0 comments on commit c74769a

Please sign in to comment.