From 92c8074bfd3fc3ad50fb3f39db84139d2e067748 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Wed, 15 Jan 2025 09:38:31 -0800 Subject: [PATCH] chore: Specify GH token name --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b186741d..70353a65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,7 +130,9 @@ jobs: - checkout-with-submodules - install-goreleaser - install-go-modules - - utils/get-github-access-token + - utils/get-github-access-token: + # GoReleaser expects a GITHUB_TOKEN environment variable to be set + output-token-name: GITHUB_TOKEN - run: name: Run GoReleaser # FIXME Just for the time being we add the --snapshot flag