diff --git a/.circleci/config.yml b/.circleci/config.yml index 709c9a747..8bf420db5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,11 +8,11 @@ executors: - image: cimg/base:stable auth: # ensure you have first added these secrets - # visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables + # visit app.circleci.com/settings/project/github/Dargon789/foundry/environment-variables username: $DOCKER_HUB_USER password: $DOCKER_HUB_PASSWORD jobs: - web3-defi-game-project-: + web3-defi-game-project: executor: my-custom-executor steps: @@ -23,4 +23,4 @@ jobs: workflows: my-custom-workflow: jobs: - - web3-defi-game-project- + - web3-defi-game-project