API keys
An API key authenticates a machine — a CI pipeline, a deploy script, an automation job — against a single project. How to create one, what it can call, and how to actually stop it.
Uploading a build
The single HTTP endpoint every pipeline reduces to, so you can publish a microfrontend build from any CI system, or from your laptop when debugging.
GitHub Actions
The build-and-deploy workflow MFE Orchestrator commits when it scaffolds a GitHub repository, the secret it creates, and how to add one by hand.
Azure Pipelines
The azure-pipelines.yml MFE Orchestrator commits when it scaffolds an Azure DevOps repository, the variable group it creates, and how to add a pipeline by hand.
GitLab CI
The .gitlab-ci.yml MFE Orchestrator commits when it scaffolds a GitLab repository, the group-level CI/CD variable it creates, and how to add a pipeline by hand.