Manage GitHub secrets. More information: https://cli.github.com/manual/gh_secret.
gh secret list
gh secret list {{[-o|--org]}} {{organization}}
gh secret list {{[-R|--repo]}} {{owner}}/{{repository}}
gh secret set {{name}}
gh secret set {{name}} < {{path/to/file}}
gh secret set {{name}} {{[-o|--org]}} {{organization}} {{[-r|--repos]}} {{repository1,repository2}}
gh secret remove {{name}}
gh secret remove {{name}} {{[-o|--org]}} {{organization}}