GPG Encryption for GitHub Actions Files/Variables
This post describes a method for securely passing workflow variables/files between jobs (or steps) using GPG encryption. In summary, the following scenarios are covered: Prerequisites and Assumptions Examples presented use …