Skip to content

Commit 4dd5d29

Browse files
committed
docs(3.0.0): added missing HUGGINGFACE_ACCESS_TOKEN
1 parent 3c07afe commit 4dd5d29

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,11 @@ The repo contains two workflows that publish the image to Docker hub using GitHu
398398
399399
If you want to use this, you should add these **secrets** to your repository:
400400
401-
| Configuration Variable | Description | Example Value |
402-
| ---------------------- | ----------------------------------------- | --------------- |
403-
| `DOCKERHUB_USERNAME` | Your Docker Hub username. | `your-username` |
404-
| `DOCKERHUB_TOKEN` | Your Docker Hub token for authentication. | `your-token` |
401+
| Configuration Variable | Description | Example Value |
402+
| -------------------------- | ----------------------------------------- | ------------------- |
403+
| `DOCKERHUB_USERNAME` | Your Docker Hub username. | `your-username` |
404+
| `DOCKERHUB_TOKEN` | Your Docker Hub token for authentication. | `your-token` |
405+
| `HUGGINGFACE_ACCESS_TOKEN` | Your READ access token from Hugging Face | `your-access-token` |
405406
406407
And also make sure to add these **variables** to your repository:
407408

0 commit comments

Comments
 (0)