Replies: 2 comments 1 reply
-
|
Maybe you can put auth token in "location" field. Hope it also works for "artifact" kinds. {
"default-registry": null,
"registries": [
{
"packages": [
"zlib-ng"
],
"kind": "git",
"repository": "https://ghp_abcd1234@private.github-enterprise.com/my-team/vcpkg-registry",
"baseline": "000000"
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If you store the token on git credential side it works on CI/docker |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use vcpkg artifacts to aquire the tools for building and debugging a project.
Is it possible to use a private repository that needs authentication (e.g. a GitLab repository) in a vcpkg-configuration.json file?
Like this:
Beta Was this translation helpful? Give feedback.
All reactions