Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

supabase-assets

v0.0.1

supabase-assets

play

supabase-assets

Supabase assets uploader

Installation

Copy and paste the following snippet into your .yml file.

              

- name: supabase-assets

uses: websublime/supabase-assets@v0.0.1

Learn more about this action in websublime/supabase-assets

Choose a version

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>