We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e2c85 commit dac5ecaCopy full SHA for dac5eca
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
orbs:
4
gcp-cli: circleci/[email protected]
5
slack: circleci/[email protected]
6
- utils: ethereum-optimism/circleci-utils@0.0.8
+ utils: ethereum-optimism/circleci-utils@1.0.13
7
8
parameters:
9
go_version:
@@ -84,10 +84,6 @@ jobs:
84
if [ "$CIRCLE_PROJECT_REPONAME" == "op-geth" ] && [ "$CIRCLE_PROJECT_USERNAME" == "ethereum-optimism" ]; then
85
echo "op-geth.optimism.io" > /tmp/pages/CNAME
86
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
91
- utils/github-pages-deploy:
92
src-pages-dir: /tmp/pages
93
docker-release:
0 commit comments