alleneubank/Supabase Manager Script
A GitHub Action to manage your Supabase account and projects via the Supabase Management API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| supabase-access-token | The Supabase Access Token with experimental features enabled. | yes | — |
| script | The script to run. | yes | — |
| result-encoding | Either "string" or "json" (default "json")—how the result will be encoded | — | json |
Outputs
| name | description |
|---|---|
| result | The return value of the script, stringified with `JSON.stringify` |