Skip to content

Commit

Permalink
chore: Use single GH App token with all necessary write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 14, 2025
1 parent 1465ab0 commit f92ab97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
name: homebrew-tap

0 comments on commit f92ab97

Please sign in to comment.