Free Plan - Connection from GitHub Actions is failing due to Payments or Spending Limits
I am on the FREE Supabase Plan.
I have an organization, lets call it XYZ
Within my XYZ organization I have 2 projects:
- Project1 - CICD
- Project1 - Staging (project is paused)
The CICD project is intended to be used by automation using GitHub Actions.
I will then have a staging project and a production project but I am not yet ready for the production project. I am sure that I will need to upgrade to the PRO plan for the production project but I would think that I could stay on the FREE plan until I am ready for this upgrade.
I just setup my new CICD project with a user and schema and I have set the DATABASE_URL using the Direct Connection in the Environment Variables within my Github Actions. When I try to run those Github actions that are attempting to connect to this database within the CICD project, I am receiving the following error:
The job was not started because recent account payments have failed or your spending limit needs to be increased. Please check the 'Billing & plans' section in your settingsI am not sure why I am receiving this error. I thought I would be able to set everything up using the FREE plan and only switch to the Paid plan when I am ready to move into production.
2 Replies
I don't think that is a Supabase error. "The job was not" does not sound like anything related to Supabase and Free plans don't have spending limits or billing.
I see lots of hits on that error and Github billing though.
Thank you! I think that was it. It was a Github Budget alert and not a Supabase one as I incorrectly assumed!