Common uses
Project secrets are the right default for credentials tied to one repository or workflow. Typical examples:- API keys for services used by one codebase
- shared test credentials
- project-specific registry access
- configuration values that should travel with the project rather than the whole organization
Manage project secrets
Navigate to Project → Secrets.
When to use project secrets
- Shared service accounts: Database credentials, API keys for project-specific services
- Project configuration: Environment-specific settings the whole team needs
- Container registry access: Private images for this project’s Dev Container