Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/foundry/environment-variables
# visit app.circleci.com/settings/project/github/Dargon789/foundry-rs/foundry/master/environment-variables

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The updated URL in this comment appears to be incorrect. The path Dargon789/foundry-rs/foundry/master does not follow the standard CircleCI project URL structure, which is .../github/<organization>/<repository>/.... This can cause confusion for developers trying to set up their environment variables. The URL should point to the main project's settings.

# visit app.circleci.com/settings/project/github/foundry-rs/foundry/environment-variables

username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
jobs:
Expand Down