{{GH_PAT}}
token from Continue Hub:
echo "{{GH_PAT}}" | gh auth login --with-token
gh auth status
owner/repo
) before any GitHub call:
$GITHUB_REPOSITORY
.git remote get-url origin | sed -E 's#.*github.com[:/](.+)\.git#\1#'
❌ Missing repository information.
--repo "$REPO_SLUG"
explicitly to every gh
command.