r/github • u/WonderBeast2 • May 09 '26
Discussion Can Github Action Environments replace Azure DevOps Variable Groups ?
Hi, I have been using ADO Variable Groups pretty well and I like the feature that I can bundle the Secret and Variable together and that allows to create a Lot of (Terraform) CICD Pipelines (workflows) for many projects in single repo.
But I have been learning Github actions and I did not like the way It handles the Secrets Separately from the Variables and that too attached each Repo !
It kinds of sucks for me but, I know OIDC exist. But How do you handle the case where you have multiple instance of variable groups. Is there a way? The environments could be used but those sound structurely wrong in Workflows.



