From 60358d9f1cc80f521df5cf5db7a8f92faa78a29d Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Sat, 27 Dec 2025 01:47:36 +0700 Subject: [PATCH] Fix Docker Hub credentials comment in config.yml Updated CircleCI config to reflect correct environment variable settings. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- wagmi-project/.circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagmi-project/.circleci/config.yml b/wagmi-project/.circleci/config.yml index 709c9a747..edb6605e3 100644 --- a/wagmi-project/.circleci/config.yml +++ b/wagmi-project/.circleci/config.yml @@ -8,7 +8,7 @@ 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: