Skip to content

Commit dac5eca

Browse files
upgrade circleci-utils
1 parent 35e2c85 commit dac5eca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
orbs:
44
gcp-cli: circleci/[email protected]
55
slack: circleci/[email protected]
6-
utils: ethereum-optimism/circleci-utils@0.0.8
6+
utils: ethereum-optimism/circleci-utils@1.0.13
77

88
parameters:
99
go_version:
@@ -84,10 +84,6 @@ jobs:
8484
if [ "$CIRCLE_PROJECT_REPONAME" == "op-geth" ] && [ "$CIRCLE_PROJECT_USERNAME" == "ethereum-optimism" ]; then
8585
echo "op-geth.optimism.io" > /tmp/pages/CNAME
8686
fi
87-
- utils/get-github-access-token:
88-
private-key-str: GITHUB_APP_KEY
89-
app-id: GITHUB_APP_ID
90-
repo: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
9187
- utils/github-pages-deploy:
9288
src-pages-dir: /tmp/pages
9389
docker-release:

0 commit comments

Comments
 (0)