Adding secrets
- Go to Settings > Secrets
- Click “Add secret”
- Enter name and value
- Select which repos can access it
Using secrets
Secrets are injected at runtime into the environment so agents can use them without exposing values directly.Security
- Secrets are encrypted at rest
- Secrets are injected at runtime (not stored in images)
- Agents cannot read secret values directly — only use them
- Audit log tracks secret access
