Skip to content

Commit

Permalink
docs(3.0.0): added missing HUGGINGFACE_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 26, 2024
1 parent 3c07afe commit 4dd5d29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,11 @@ The repo contains two workflows that publish the image to Docker hub using GitHu
If you want to use this, you should add these **secrets** to your repository:
| Configuration Variable | Description | Example Value |
| ---------------------- | ----------------------------------------- | --------------- |
| `DOCKERHUB_USERNAME` | Your Docker Hub username. | `your-username` |
| `DOCKERHUB_TOKEN` | Your Docker Hub token for authentication. | `your-token` |
| Configuration Variable | Description | Example Value |
| -------------------------- | ----------------------------------------- | ------------------- |
| `DOCKERHUB_USERNAME` | Your Docker Hub username. | `your-username` |
| `DOCKERHUB_TOKEN` | Your Docker Hub token for authentication. | `your-token` |
| `HUGGINGFACE_ACCESS_TOKEN` | Your READ access token from Hugging Face | `your-access-token` |
And also make sure to add these **variables** to your repository:
Expand Down

0 comments on commit 4dd5d29

Please sign in to comment.