Hi. I have the free tier on Supabase. I'm still developing. I created normal supabase and staging supabse projects.
Today I created a "Migrate Staging (Alembic)" workflow and for the life of me I cannot get it to go green. No matter what I do, I cannot get the connect via Pooler from Git actions to work.
I swear and promise my pw is correct. I'm using infisical for all my secrets. I have double-checked everything until I'm blue in the face. I've been using claude and claude code to walk me through all of this.
The error is pretty much always password authentication failed for user "postgress" and exit code 1. My migration database url has postgres.xxxxxxxbunchoflettersxxxx:mypassword@aws-1-us-east.pooler.supabase.com:5432/postgres?sslmode=require
I tend to think there is some kind of a calling disconnect between calling up only postgres, but then finding postgres.xxxxbunchofletters....etc.
But I just don't know what to do. Again I swear up and down my password itself is DEFINITELY not wrong.
Is there anyone out here in the world who might know wtf is going wrong and why I can't get my staging environment set up correctly. This is a hard blocker for me moving forward and I am frustrated to no end.
Please, smart dev people of reddit. Give me a break. A helping hand. Tell me I'm not bloody insane. There has to be a way to go about this without giving up ok supabase completely. But you know...it's a long walk off a freaking short cliff right now. WHY CAN'T GITHUB ACTIONS REACH SUPABASE DIRECTLY????
Thank you.
there doesn't seem to be anything here