Is there a recommended way to set up github actions for continuous delivering database migrations?

I want to set up proper CD in my project, starting from database migrations.
Is there a recommended way to implement that with GitHub Actions, considering that I'll be deploying on Supabase?
Was this page helpful?