Skip to content

Commit 3580b78

Browse files
committed
fix: broken link to secret example docs
Signed-off-by: David Karlsson <david.karlsson@docker.com>
1 parent 91df6b8 commit 3580b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ to the default Git context:
128128

129129
Building from the current repository automatically uses the [GitHub Token](https://docs.github.com/en/actions/security-guides/automatic-token-authentication),
130130
so it does not need to be passed. If you want to authenticate against another
131-
private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/examples/#secrets)
131+
private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/secrets)
132132
named `GIT_AUTH_TOKEN` to be able to authenticate against it with Buildx:
133133

134134
```yaml

0 commit comments

Comments
 (0)