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
When trying to use terminus build:project:create --git=github build tools no longer accepts github access tokens. It returns the following errror: GitHub authentication tokens should be 40-character strings containing only the letters a-f and digits (0-9). Please enter your token again.
When trying to use
terminus build:project:create --git=github
build tools no longer accepts github access tokens. It returns the following errror:GitHub authentication tokens should be 40-character strings containing only the letters a-f and digits (0-9). Please enter your token again.
It looks like GitHub changed their token format:
https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/
We will need to update the token validation code to handle the new format.
The text was updated successfully, but these errors were encountered: