File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -398,10 +398,11 @@ The repo contains two workflows that publish the image to Docker hub using GitHu
398
398
399
399
If you want to use this, you should add these **secrets** to your repository:
400
400
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` |
405
406
406
407
And also make sure to add these **variables** to your repository:
407
408
You can’t perform that action at this time.
0 commit comments