2026-04-17 00:31:45 +02:00
|
|
|
# Woodpecker CI Secrets
|
|
|
|
|
|
|
|
|
|
The following Woodpecker secrets are required for CI/CD pipelines:
|
|
|
|
|
|
|
|
|
|
| Secret Name | Purpose |
|
|
|
|
|
| -------------------- | -------------------------------------------------------------- |
|
|
|
|
|
| `REGISTRY_USERNAME` | Registry username for authentication |
|
|
|
|
|
| `REGISTRY_PASSWORD` | Registry password/token for authentication |
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
2026-04-17 02:39:52 +02:00
|
|
|
Build/push steps use `REGISTRY_USERNAME` and `REGISTRY_PASSWORD` via `from_secret:` references.
|