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
See https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/
If we do decide to go ahead with this, here are the suggested tasks:
^ghp_[a-zA-Z0-9]{36}$
ghp_
^github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59}$
github_pat_
The text was updated successfully, but these errors were encountered:
anthonyfok
drotheram
No branches or pull requests
See https://github.blog/2022-10-18-introducing-fine-grained-personal-access-tokens-for-github/
If we do decide to go ahead with this, here are the suggested tasks:
^ghp_[a-zA-Z0-9]{36}$
(40 characters in length, with a prefix ofghp_
)^github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59}$
(93 characters in length, with a prefix ofgithub_pat_
)The text was updated successfully, but these errors were encountered: