Skip to content

Commit f9efed5

Browse files
authored
Merge pull request #871 from dvdksn/fix/secret-example-link
2 parents 91df6b8 + 3580b78 commit f9efed5

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)