Add syncing for airtable loops updating

This commit is contained in:
Max Wofford
2025-05-07 20:15:59 -04:00
parent eccd1acc9b
commit 3355f5f29b
5 changed files with 51 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ SENTRY_DSN=your_sentry_dsn_here
WILDCARD_AIRTABLE_KEY=your_airtable_key_here
WILDCARD_HOST=your_wildcard_host_here
# key for updating loops via airtable
LOOPS_AIRTABLE_PAT=your_airtable_key_here
# GitHub oauth used for github signin
GITHUB_CLIENT_ID=your_github_client_id_here
GITHUB_CLIENT_SECRET=your_github_client_secret_here