Hello, I'm trying to import a private github repos...
# general
n
Hello, I'm trying to import a private github repository in pulumi using the
import
command. The format of the command is
GITHUB_TOKEN=xxxxx pulumi import github:index/repository:Repository githubRepository <owner>/<name> -s <stack>
, but preview fails complaining the repository does not exists, even though that's not true. Any help on this? Am I missing anything? Btw, with the above GITHUB token I'm able to create a new repository, so should not be a auth issue