12 lines
560 B
Markdown
12 lines
560 B
Markdown
# 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
|
|
|
|
Build/push steps use `REGISTRY_USERNAME` and `REGISTRY_PASSWORD` via `from_secret:` references.
|