https://pulumi.com logo
#general
Title
# general
n

nice-butcher-64302

10/06/2023, 11:26 AM
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