-
Notifications
You must be signed in to change notification settings - Fork 134
GitHub Repo Configuration
Nicholas de Paola edited this page May 31, 2023
·
11 revisions
This repository is configured with a few secrets and environment variables which are required for some GitHub Action workflows as documented below.
| Secret Name | Description |
|---|---|
GOOGLE_DRIVE_API_KEY |
Your Google Drive API key. Used by GitHub Actions when running backend tests. |
API_TOKEN_GITHUB |
A GitHub API token configured with repo permissions.Used by copy_file_to_another_repo_action when deploying the frontend. |
NEXT_PUBLIC_GA_MEASUREMENT_ID |
Your Google Analytics measurement id. Used by the nextjs-google-analytics package when deploying the frontend. |
Made with