Unable to create OrganizationProject: 410 error from API #428
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
blocked
The issue cannot be resolved without 3rd party action.
kind/bug
Some behavior is incorrect or out of spec
What happened?
When trying to create an
OrganizationProject
, the API call fails with410
even if my organization and my PAT have the correct permissions.With the following code (some things redacted):
The following error occurs:
Expected Behavior
The project should be created
Steps to reproduce
pulumi up
Output of
pulumi about
Additional context
Running the API with
gh api
works as expected:Creating with
gh project create
works as expected.Creating it with the UI, also works.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: