Skip to content

Commit

Permalink
autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Thompson committed Nov 15, 2021
1 parent 0e7ed71 commit a15107f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_TOKEN: ${{ secrets.WEAVE_GITOPS_TEST_WEAVEWORKS_WEAVE_GITOPS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ brews:
tap:
owner: J-Thompson12
name: homebrew-tap
token: "{{ .Env.GITHUB_TOKEN }}"
token: "{{ .Env.BOT_TOKEN }}"
commit_author:
name: justin
email: ustin@weave.works
Expand Down

0 comments on commit a15107f

Please sign in to comment.