Github action to distribute assets/artifacts to a supabase bucket. It will upload all files recursive from a repo folder
Just add this to your action
uses: websublime/supabase-assets
with:
url: <SUPABASE URL>
key: <SUPABASE_SECRET>
folder: <ARTIFACTS_FOLDER>
bucket: <SUPABASE_BUCKET>
destiny: <SUPABASE_BUCKET_FOLDER>