Skip to content

websublime/supabase-assets

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

typescript-action status

Supabase Assets Uploader

Github action to distribute assets/artifacts to a supabase bucket. It will upload all files recursive from a repo folder

Usage

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>