Hey! I'm facing an issue with permissions. I am unsure if this was deprecated but I am unable to find `create_branch_password` permission anywhere. I'm referring to the guide here: https://planetscale.com/docs/devops/create-branch-password-action API Ref states that this is a required permission for service token: https://api-docs.planetscale.com/reference/create-a-password The option to add `create_branch_password` to service token is nowhere to be found: <img width="635" alt="Screenshot 2024-02-14 at 14 01 56" src="https://github.com/planetscale/create-branch-password-action/assets/25753066/6eb229b0-4e13-4efd-9053-fd79782367c4"> Was this permission and therefore the action deprecated? How can we create a branch password with service token? Edit: Apparently it works if you give full branch permissions. Not sure which permission here is actually responsible for password creation.
Hey!
I'm facing an issue with permissions. I am unsure if this was deprecated but I am unable to find
create_branch_passwordpermission anywhere.I'm referring to the guide here: https://planetscale.com/docs/devops/create-branch-password-action
API Ref states that this is a required permission for service token: https://api-docs.planetscale.com/reference/create-a-password
The option to add

create_branch_passwordto service token is nowhere to be found:Was this permission and therefore the action deprecated? How can we create a branch password with service token?
Edit:
Apparently it works if you give full branch permissions. Not sure which permission here is actually responsible for password creation.