Disable deployments for release env #10

Closed
opened 2026-04-05 20:28:55 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dfunkt on 3/29/2026

As according to the docs:
https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments

This is useful when you want to use environments for:

Organizing secrets—group related secrets under an environment name without creating deployment records.
Access control—restrict which branches can use certain secrets via environment branch policies, without deployment tracking.
CI and testing jobs—reference an environment for its configuration without adding noise to the deployment history.

*Originally created by @dfunkt on 3/29/2026* As according to the docs: https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments > This is useful when you want to use environments for: > > Organizing secrets—group related secrets under an environment name without creating deployment records. > Access control—restrict which branches can use certain secrets via environment branch policies, without deployment tracking. > CI and testing jobs—reference an environment for its configuration without adding noise to the deployment history.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#10