From 4dd5d2902e246118740acb08f6b3d02940856d35 Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Sat, 27 Jul 2024 00:49:03 +0200 Subject: [PATCH] docs(3.0.0): added missing HUGGINGFACE_ACCESS_TOKEN --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdb0530..f8311dd 100644 --- a/README.md +++ b/README.md @@ -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: