Neon Database Branch Deletion Issue in GitHub Actions
I'm facing a permission issue with Neon Database branch deletion in my GitHub Actions workflow. The API key works for listing projects but fails when trying to delete branches.
The Error
My Workflow
Debugging Steps
I can successfully list projects:
`
Output shows I can see all projects:
`
Interestingly, the ID for my growtools project is redacted (***) while other project IDs are visible, suggesting the API key might have different permission levels for different projects.
I've tried creating new API keys with admin permissions but still get the same error. Any ideas on how to properly configure an API key with branch deletion permissions specifically for this project?
The Error
My Workflow
Debugging Steps
I can successfully list projects:
`
Output shows I can see all projects:
`
Interestingly, the ID for my growtools project is redacted (***) while other project IDs are visible, suggesting the API key might have different permission levels for different projects.
I've tried creating new API keys with admin permissions but still get the same error. Any ideas on how to properly configure an API key with branch deletion permissions specifically for this project?
