Supabase config push
Hello, is there a command that allows, from a GitHub Action, to check a supabase config push for errors in the file and stop the workflow if an error is detected?
Currently, I have the ability to push my config.toml from a GitHub Action to the remote to update the database information linked to secrets from Vercel. However, if there is a formatting error in the file, I would like the GitHub Action to stop.
Currently, I have the ability to push my config.toml from a GitHub Action to the remote to update the database information linked to secrets from Vercel. However, if there is a formatting error in the file, I would like the GitHub Action to stop.