Sometimes, you might have lost some secret you're using in GitHub, and need to extract it.
Your secrets, at https://github.com/{owner}/{repo}/settings/secrets/actions
.
Make a new workflow in some new branch.
Set a temporary symmetric password that you're going to use locally and set it as TEMPORARY_GPG_SYMMETRIC_PASSWORD
in your repo secrets.
Replace the name of the secret to extract, NAME_OF_SECRET_YOU_WANT_TO_EXTRACT
.
on: push
env: