Skip to content

Commit a15107f

Browse files
author
Justin Thompson
committed
autocomplete
1 parent 0e7ed71 commit a15107f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
version: latest
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
BOT_TOKEN: ${{ secrets.WEAVE_GITOPS_TEST_WEAVEWORKS_WEAVE_GITOPS_BOT_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ brews:
6060
tap:
6161
owner: J-Thompson12
6262
name: homebrew-tap
63-
token: "{{ .Env.GITHUB_TOKEN }}"
63+
token: "{{ .Env.BOT_TOKEN }}"
6464
commit_author:
6565
name: justin
6666
email: ustin@weave.works

0 commit comments

Comments
 (0)