colossal-vr-62639
01/30/2023, 7:57 AMDiagnostics:
github:index:RepositoryEnvironment (preproduction):
error: PUT <https://api.github.com/repos//pulumi-sample/environments/preproduction>: 404 Not Found []
github:index:RepositoryEnvironment (sandbox):
error: PUT <https://api.github.com/repos//pulumi-sample/environments/sandbox>: 404 Not Found []
The value for the GitHub owner should be where the double //
are after repos
limited-rainbow-51650
01/30/2023, 8:45 AMcolossal-vr-62639
01/30/2023, 8:50 AMvar githubEnvironment = new RepositoryEnvironment(environmentName, new RepositoryEnvironmentArgs
{
Environment = "sandbox",
Repository = "sample-pulumi"
});
The repository is under my username pgermishuys
and is private.limited-rainbow-51650
01/30/2023, 8:58 AMcolossal-vr-62639
01/30/2023, 8:59 AMlimited-rainbow-51650
01/30/2023, 9:01 AMcolossal-vr-62639
01/30/2023, 9:02 AMlimited-rainbow-51650
01/30/2023, 9:30 AMGITHUB_TOKEN
not correctly set. Once I configured my token correctly, the problem was gone. Can you verify your GH credentials?colossal-vr-62639
01/30/2023, 9:49 AMlimited-rainbow-51650
01/30/2023, 9:51 AM