This message was deleted.
# general
s
This message was deleted.
c
Maybe use the ssh url with the token?
c
This probably isn’t going to work. (Since the HTTP request is requiring authentication, and we probably haven’t hooked up the smarts to use a Git/SSH URL there.) Using a template from a private repository though definitely is something we’d want to support though. Would you please file an issue on the https://github.com/pulumi/pulumi issue tracker so we can triage and take a look at this?
👍 1
w
Hi @clever-plumber-29709 - I think it needs to be https. I have tried using a PAC and https access but that doesn't work.
pulumi new https:<mailto://$GHPAC@raw.githubusercontent.com|//$GHPAC@raw.githubusercontent.com>/<redacted>/pulumi-templates/master/azure-typescript
I will do, thanks @colossal-beach-47527
Workaround for anyone finding this. You can pull the private repo separately and then
pulumi new ~/git/pulumi-templates/azure-typescript
👌 1
👍🏽 1