From 3580b78e04abcedb47a5f22d37372e27f44aea10 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Wed, 31 May 2023 11:36:48 +0200 Subject: [PATCH] fix: broken link to secret example docs Signed-off-by: David Karlsson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077a8e561..7f14df6eb 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ to the default Git context: Building from the current repository automatically uses the [GitHub Token](https://docs.github.com/en/actions/security-guides/automatic-token-authentication), so it does not need to be passed. If you want to authenticate against another -private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/examples/#secrets) +private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/secrets) named `GIT_AUTH_TOKEN` to be able to authenticate against it with Buildx: ```yaml