diff --git a/.circleci/config.yml b/.circleci/config.yml index bac728c9..9a3c5469 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,9 +130,7 @@ jobs: - checkout-with-submodules - install-goreleaser - install-go-modules - - utils/get-github-access-token: - # We match the name of the token environment variable with what GoReleaser expects in .goreleaser.yaml - output-token-name: TAP_REPO_GITHUB_TOKEN + - utils/get-github-access-token - run: name: Run GoReleaser # FIXME Just for the time being we add the --snapshot flag diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a299f642..2d0f7edc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -37,5 +37,4 @@ brews: description: "Supersim is a local dev environment for the Superchain" repository: owner: ethereum-optimism - name: homebrew-tap - token: "{{ .Env.TAP_REPO_GITHUB_TOKEN }}" \ No newline at end of file + name: homebrew-tap \ No newline at end of file