Skip to content

Commit deba364

Browse files
committed
feat: update .env variable table formatting for clarity in Docker Hub credentials section
1 parent 775649e commit deba364

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/miner/workflow/4.submit-commit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ Your miner needs Docker Hub credentials to pull your private images during valid
8585

8686
These values go into your `.env` file in the next step:
8787

88-
| `.env` variable | Value |
89-
|---|---|
90-
| `DOCKER_HUB_USERNAME` | Your Docker Hub username |
91-
| `DOCKER_HUB_PAT` | The Read-only PAT you generated |
88+
| `.env` variable | Value |
89+
| --------------------- | ------------------------------- |
90+
| `DOCKER_HUB_USERNAME` | Your Docker Hub username |
91+
| `DOCKER_HUB_PAT` | The Read-only PAT you generated |
9292

9393
!!! danger "Never commit your PAT"
9494
Add `.env` to your `.gitignore`. If you accidentally expose a PAT, revoke it immediately from the [security settings page](https://hub.docker.com/settings/security) and generate a new one.

0 commit comments

Comments
 (0)