How To Securely Parse GitHub Actions JSON Secrets for Azure CI/CD

A quick but secure way to extract fields from JSON-based secrets

Anna Geller
Better Programming
Published in
4 min readJan 5, 2023

--

Photo by Kaffeebart on Unsplash

Several cloud vendors provide credentials as a JSON object. For instance, Google Cloud allows the creation of a credentials JSON file that contains a.o. project identifier, private key, and client email of a service account. Similarly, Azure…

--

--