We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the auth step fails, we don't handle it properly. Instead the scripts runs in a degraded state.
github.com X github.com: the token in GITHUB_TOKEN is missing required scope 'read:org' fish: Unknown command: \{\n\ \ \ \ echo\ Must\ authenticate\ via\ GitHub\ CLI:\ gh\ auth\ login\ 1\>\&2\n\ \ \ \ exit\ 1\n\ \ \} ~/.config/fish/functions/gh-clone-all.fish (line 2): '{ ... }' is not supported for grouping commands. Please use 'begin; ...; end' gh auth status >/dev/null || { echo "Must authenticate via GitHub CLI: gh auth login" 1>&2 exit 1 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the auth step fails, we don't handle it properly. Instead the scripts runs in a degraded state.
The text was updated successfully, but these errors were encountered: