|
| 1 | +# Build Dependencies & Secrets |
| 2 | + |
| 3 | +This document catalogs all build dependencies, secrets, and environment variables required by the continue-fork repository. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## VS Code Extension |
| 8 | + |
| 9 | +| Secret | Purpose | Referenced In | |
| 10 | +| -------------------- | ----------------------------------------------------------------------------------- | --------------------------- | |
| 11 | +| `VSCE_TOKEN` | Personal access token for publishing to the VS Code Marketplace (set as `VSCE_PAT`) | `main.yaml`, `preview.yaml` | |
| 12 | +| `VSX_REGISTRY_TOKEN` | Token for publishing to the Open VSX Registry | `main.yaml`, `preview.yaml` | |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +## JetBrains Extension |
| 17 | + |
| 18 | +| Secret | Purpose | Referenced In | |
| 19 | +| -------------------------------- | --------------------------------------------------------------------- | ------------------------ | |
| 20 | +| `APPLE_CERT_DATA` | Base64-encoded Apple signing certificate (p12) for macOS code signing | `jetbrains-release.yaml` | |
| 21 | +| `APPLE_CERT_PASSWORD` | Password for the Apple signing certificate | `jetbrains-release.yaml` | |
| 22 | +| `APPLE_NOTARY_USER` | Apple notarization username (currently commented out) | `jetbrains-release.yaml` | |
| 23 | +| `APPLE_NOTARY_PASSWORD` | Apple notarization password (currently commented out) | `jetbrains-release.yaml` | |
| 24 | +| `JETBRAINS_PUBLISH_TOKEN` | Token for publishing to JetBrains Marketplace | `jetbrains-release.yaml` | |
| 25 | +| `JETBRAINS_CERTIFICATE_CHAIN` | Certificate chain for signing the JetBrains plugin | `jetbrains-release.yaml` | |
| 26 | +| `JETBRAINS_PRIVATE_KEY` | Private key for signing the JetBrains plugin | `jetbrains-release.yaml` | |
| 27 | +| `JETBRAINS_PRIVATE_KEY_PASSWORD` | Password for the JetBrains signing private key | `jetbrains-release.yaml` | |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +## CLI |
| 32 | + |
| 33 | +| Variable | Purpose | Referenced In | |
| 34 | +| ------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | |
| 35 | +| `CONTINUE_API_BASE` | Base URL for the Continue API (defaults to `https://api.continue.dev/`) | `extensions/cli/.env.example` | |
| 36 | +| `CONTINUE_API_KEY` | API key for Continue authentication | `extensions/cli/.env.example`, `packages/continue-sdk/typescript/.env.example`, multiple workflows | |
| 37 | + |
| 38 | +--- |
| 39 | + |
| 40 | +## NPM Package Releases |
| 41 | + |
| 42 | +| Secret | Purpose | Referenced In | |
| 43 | +| ------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | |
| 44 | +| `SEMANTIC_RELEASE_GITHUB_TOKEN` | GitHub token used by semantic-release for creating releases | `release-openai-adapters.yml`, `release-config-yaml.yml`, `release-fetch.yml`, `release-llm-info.yml`, `reusable-release.yml` | |
| 45 | +| `SEMANTIC_RELEASE_NPM_TOKEN` | npm token used by semantic-release for publishing packages | `release-openai-adapters.yml`, `release-config-yaml.yml`, `release-fetch.yml`, `release-llm-info.yml`, `reusable-release.yml` | |
| 46 | +| `SEMANTIC_RELEASE_TOKEN` | GitHub token for stable release workflow | `stable-release.yml` | |
| 47 | + |
| 48 | +--- |
| 49 | + |
| 50 | +## AI Provider API Keys (Testing & Releases) |
| 51 | + |
| 52 | +Used for integration tests in PR checks and package releases. |
| 53 | + |
| 54 | +| Secret | Purpose | Referenced In | |
| 55 | +| ------------------------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------- | |
| 56 | +| `OPENAI_API_KEY` | OpenAI API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 57 | +| `ANTHROPIC_API_KEY` | Anthropic API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml`, `cli-pr-checks.yml`, `continue-agents.yml` | |
| 58 | +| `GEMINI_API_KEY` | Google Gemini API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 59 | +| `MISTRAL_API_KEY` | Mistral API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 60 | +| `AZURE_OPENAI_API_KEY` | Azure OpenAI API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 61 | +| `AZURE_FOUNDRY_CODESTRAL_API_KEY` | Azure AI Foundry Codestral API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 62 | +| `AZURE_FOUNDRY_MISTRAL_SMALL_API_KEY` | Azure AI Foundry Mistral Small API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 63 | +| `AZURE_OPENAI_GPT41_API_KEY` | Azure OpenAI GPT-4.1 API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 64 | +| `VOYAGE_API_KEY` | Voyage AI embeddings API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 65 | +| `RELACE_API_KEY` | Relace API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 66 | +| `INCEPTION_API_KEY` | Inception API key | `pr-checks.yaml`, `reusable-release.yml`, `release-*.yml` | |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +## CI/CD & GitHub |
| 71 | + |
| 72 | +| Secret | Purpose | Referenced In | |
| 73 | +| ------------------ | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | |
| 74 | +| `GITHUB_TOKEN` | Default GitHub Actions token (automatic) | Many workflows | |
| 75 | +| `CI_GITHUB_TOKEN` | Elevated GitHub PAT for cross-repo operations and PR management | `jetbrains-release.yaml`, `preview.yaml`, `main.yaml`, `pr-checks.yaml`, `auto-assign-issue.yaml` | |
| 76 | +| `CONTINUE_API_KEY` | Continue platform API key for agent workflows | `run-continue-agent.yml`, `tidy-up-codebase.yml`, `snyk-agent.yaml`, `auto-fix-failed-tests.yml`, `cli-pr-checks.yml` | |
| 77 | +| `RUNLOOP_API_KEY` | Runloop API key for uploading sandbox blueprints | `stable-release.yml`, `upload-runloop-blueprint.yml` | |
| 78 | +| `SNYK_TOKEN` | Snyk security scanning token | `snyk-agent.yaml` | |
| 79 | + |
| 80 | +--- |
| 81 | + |
| 82 | +## Issue/PR Tooling |
| 83 | + |
| 84 | +| Secret | Purpose | Referenced In | |
| 85 | +| ------------------------------------ | ---------------------------------------------------- | -------------------- | |
| 86 | +| `CHROMA_CLOUD_API_KEY` | Chroma vector DB API key for similar issue detection | `similar-issues.yml` | |
| 87 | +| `CHROMA_TENANT` | Chroma tenant identifier | `similar-issues.yml` | |
| 88 | +| `CHROMA_DATABASE` | Chroma database name | `similar-issues.yml` | |
| 89 | +| `ISSUE_PR_METRICS_SLACK_WEBHOOK_URL` | Slack webhook for PR/issue metrics notifications | `metrics.yaml` | |
| 90 | + |
| 91 | +--- |
| 92 | + |
| 93 | +## SSH Testing |
| 94 | + |
| 95 | +| Secret | Purpose | Referenced In | |
| 96 | +| ------------------------------ | ------------------------------------------- | ---------------- | |
| 97 | +| `GH_ACTIONS_SSH_TEST_KEY_PEM` | SSH private key for remote connection tests | `pr-checks.yaml` | |
| 98 | +| `GH_ACTIONS_SSH_TEST_DNS_NAME` | DNS name of the SSH test host | `pr-checks.yaml` | |
| 99 | + |
| 100 | +--- |
| 101 | + |
| 102 | +All workflow files are located under `.github/workflows/`. Environment example files are at: |
| 103 | + |
| 104 | +- `extensions/cli/.env.example` |
| 105 | +- `packages/continue-sdk/typescript/.env.example` |
0 commit comments