GitHub CLI - dogtagpki/pki GitHub Wiki

Overview

GitHub repositories can be managed using GitHub CLI. On Fedora the CLI is available from the gh package.

Setting Default Repository

$ gh repo set-default

Setting Variable

$ gh variable set <variable> -b <value> -R <owner>/<project>

Removing Variable

$ gh variable delete <variable> -R <owner>/<project>
⚠️ **GitHub.com Fallback** ⚠️