Supabase Storage Upload Action
Version updated for https://github.com/runrly/supabase-storage-upload-action to version v1.0.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of uploading files from a GitHub Actions workspace to Supabase Storage. It supports both dry runs and actual uploads, allowing you to validate and plan file transfers before execution. The action can upload multiple files with customizable configurations such as bucket names, caching, and content types.
What’s Changed
Patch Changes
- c9cf928: Refresh bundled dependencies and regenerate the Action distribution.
- 8400c60: Patch vulnerable transitive dependencies in the bundled Action.
- ee4aad0: Simplify upload guard clauses while preserving validation diagnostics.