Cam

Results 2 issues of Cam

It seems that the "Create a password for a branch" example is outdated in the docs here: https://planetscale.com/docs/devops/github-actions 1. pscale pasword create requires a password name. So the first line...

I am trying to set up a workflow to create a test db branch to run e2e tests on. Here are the relevant lines of the workflow: ```yml env: PLANETSCALE_SERVICE_TOKEN:...