Quick Devops Tool: gha-secrets-setup
Here's a small script I wrote a few days ago, gha-secrets-setup.
This script accepts a GitHub repository URL and checks its GitHub Actions workflows for secrets references. Then, using the gh CLI tool, it checks which secrets haven't yet been configure. It interactively prompts you for …