mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-11 05:32:10 +00:00
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.
|