You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new tokens appear to match "^github_pat_[A-Za-z0-9_]+$"
✖ The PAT discovered for 'https:/github.com' has the wrong structure.
Error in `validate_gh_pat()`:
! Invalid GitHub PAT format
ℹ A GitHub PAT must have one of two forms:
• 40 hexadecimal digits (older PATs)
• A 'ghp_' prefix followed by 36 to 251 more characters (newer PATs)
ℹ Read more at <https://gh.r-lib.org/articles/managing-personal-access-tokens.html>.
The text was updated successfully, but these errors were encountered:
GitHub just added support for new fine-grained personal access tokens, but the
validate_gh_pat
function does not validate them properly.The new tokens appear to match
"^github_pat_[A-Za-z0-9_]+$"
The text was updated successfully, but these errors were encountered: