GitHub: https://github.com/PramodKumarYadav/zero
Goal:
In this video, we will learn about how we can protect our secrets from getting exposed by using git crypt.
Objective:
Show how to encrypt a project secrets (as a one time activity)
Show how other project users can decrypt the secrets
Next steps:
Show how to decrypt the secrets in CI (and fix the issue we saw in this video).