Hey everyone, i'm trying to create an Environment ...
# general
c
Hey everyone, i'm trying to create an Environment under GitHub and i'm seeing the following.
Copy code
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
Copy code
github:index:RepositoryEnvironment (test-environment):
    error: PUT <https://api.github.com/repos//pgermishuys/my-repository/environments/test-environment>: 404 Not Found []