actions-marketplace-validations/Upload file to Supabase Storage
Upload file to Supabase Storage with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | Path name of the file to be uploaded (eg: /screenshots.png) | yes | — |
| bucket | Name of the bucket to upload to | yes | "" |
| content_type | Content-Type header value | yes | image/jpeg |
| cache_control | Cache-control: max-age=<seconds> | yes | 3600 |
| upsert | Replace the file with the same name or not | yes | false |
Outputs
| name | description |
|---|---|
| result | Media Key for the image |