rafalberezin/Upload Supabase Docs
Upload project documentation to Supabase storage and database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for accessing repository data. | yes | — |
| supabase-url | Supabase project URL. | yes | — |
| supabase-key | Supabase project API key with select, insert, update and delete permissions in the specified storage bucket. | yes | — |
| articles-path | Path to documentation articles directory. | yes | docs/articles |
| assets-path | Path to documentation assets directory. | no | — |
| meta-path | Path to metadata file. (.yml, .yaml or .json) | no | — |
| storage-bucket | Supabase storage bucket that stores documentation files. | yes | — |
| storage-articles-dir | Path to directory that stores articles in the storage bucket. | yes | articles |
| storage-assets-dir | Path to directory that stores assets in the storage bucket. Required when 'assets-path' is specified. | no | — |
| trim-prefixes | Whether to trim numeric prefixes like 01- from uploaded article file and directory names. (boolean) | yes | true |
| meta-table | Database table that stores project metadata. | no | — |
| column-mappings | A string representation of yaml object that mapps generated column names to custom ones. Map to _ to omit column. | — | — |
Outputs
no outputs