removed non-working secrets management of pulumi.dev.yaml
This commit is contained in:
@@ -51,7 +51,7 @@ Secrets required in Gitea (`Settings → Actions → Secrets`):
|
||||
|
||||
- `PULUMI_BACKEND_URL` — PostgreSQL connection string for the self-hosted state backend
|
||||
- `PULUMI_CONFIG_PASSPHRASE` — passphrase used to decrypt secrets in `Pulumi.dev.yaml`
|
||||
- `PULUMI_DEV_YAML` — base64-encoded content of `Pulumi.dev.yaml` (auto-synced by pre-push hook)
|
||||
- `PULUMI_DEV_YAML` — base64-encoded content of `Pulumi.dev.yaml`; update manually whenever the file changes: `base64 -w 0 Pulumi.dev.yaml`
|
||||
|
||||
## Key Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user