| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Maybe still keep a log warning, and a comment that this script is meant for interactive use, not as an unattended script. Otherwise in an unattended setting it will hang when it waits for you to authenticate. |
Sorry, something went wrong.
Avoid trying to evaluate `github/codeql-action`.
We no longer run this script within Actions for security reasons, and when running locally we can authenticate with the GitHub CLI instead of a PAT.
|
I don't really like the idea of logging warnings when everything's fine, particularly when the main use case of this script is running from a dev machine. However I can see the benefit in preventing an unattended script from hanging. I've switched to checking gh auth status at the start of the script instead. This returns a non-zero exit code if the user isn't authed. |
Sorry, something went wrong.
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
There was a problem hiding this comment.
Forgot to leave this comment earlier.
Sorry, something went wrong.
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
| Back | FazBrowse Home | New Git URL |
We no longer run this script within Actions for security reasons, and when running locally we can authenticate with the GitHub CLI instead of a PAT.
Merge / deployment checklist