jmagrippis/markdown-to-supabase
A Github action which syncs your markdown files with your Supabase database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docs-root-path | The path to the root of your docs directory, which has all the markdown files you would like to sync with your DB | no | docs |
| target-table | The target table in your Supabase DB. All the matching markdown files will be synced there! | no | docs |
| supabase-url | Your Supabase project URL | yes | — |
| supabase-service-role-key | Your Supabase SERVICE_ROLE key | yes | — |
Outputs
no outputs