From 35287e73a643c40c0b2811a1bd1fd2815028c004 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:46:19 -0400 Subject: [PATCH] chore: rename token to internal scheme Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5e446d5..00bb542 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -63,7 +63,7 @@ brews: - tap: owner: anchore name: homebrew-grant - token: "{{.Env.GITHUB_BREW_TOKEN}}" + token: "{{.Env.HOMEBREW_TOKEN}}" ids: - darwin-archives - linux-archives