Hello, We're running into an issue using the Pulum...
# dotnet
l
Hello, We're running into an issue using the Pulumi.GitHub package. The creation of any resource, like
ActionsEnvironmentSecret
or
RepositoryEnvironment
results in a
404 Not Found
. Is there an issue with the provider using a different API or could this be something else?
b
it’s a permission issue usually, the token you’re using likely doesn’t have perms to create those resources
any github api call with incorrect perms returns a 404
l
Thank you @billowy-army-68599 , I'll look into updating the token.
Confirming that it worked. Cheers