If you use github secrets in your workflows use this action to verify all secrets are defined at either org or repo level.
- name: Verify Secrets
uses: tallmanbrew/verify-secrets@v2
with:
secrets: ${{ toJSON(secrets) }}secrets: (Required) JSON of built in secrets variable