Skip to content

GitHub Repo Configuration

Nicholas de Paola edited this page Dec 29, 2024 · 11 revisions

This repository is configured with a few secrets and environment variables which are required for some GitHub Action workflows as documented below.

Secrets

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.
MOXFIELD_SECRET User agent authentication for interactions with Moxfield's API - MPC Autofill uses their API to read decklist data.

Clone this wiki locally