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>
supabase-assets is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.