https://pulumi.com logo
Title
c

colossal-vr-62639

10/27/2021, 5:41 AM
Hey everyone, i'm trying to create an Environment under GitHub and i'm seeing the following.
github:index:RepositoryEnvironment (test-environment):
    error: PUT <https://api.github.com/repos//my-repository/environments/test-environment>: 404 Not Found []
I'm following the API Docs here which states you should be using the 
Repository.Name
. What I do notice here is after the 
/repos/
 there's a double forward slash (
/
) as if it's missing the owner. If I try the 
Repository.FullName
 I get
github:index:RepositoryEnvironment (test-environment):
    error: PUT <https://api.github.com/repos//pgermishuys/my-repository/environments/test-environment>: 404 Not Found []