You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My organization switch to private mode. I can get all of my repository building using an AUTH_TOKEN environmental variable, which is great. However, I can't seem to figure out how to get it to work for the vcpkg-configuration.json file
I've tried switching to the http address with the environmental variable, but that didn't work. Is there any way to do this? Ideally something like this would work
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My organization switch to private mode. I can get all of my repository building using an AUTH_TOKEN environmental variable, which is great. However, I can't seem to figure out how to get it to work for the vcpkg-configuration.json file
I've tried switching to the http address with the environmental variable, but that didn't work. Is there any way to do this? Ideally something like this would work
{
"registries": [
{
"kind": "git",
"repository": "http://${AUTH_TOKEN}@github.myorg.com/MyOrg/myorg-vcpkg-repository.git",
"baseline": "506111bf4ab41c9c07b6f833b4b4fd1fad629350",
"packages": [...]
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions