Linking an application to Git using a personal access token instead of a passwordDescriptionLinking an application to Git with basic authentication using a password is deprecated and will no longer work from August 13, 2021. You will not be affected by this change if you are using SSH to link the application to Git. https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/Release or EnvironmentAll releasesInstructionsApplication can be linked to Git via https using a personal access token which provides increased security. 1. Create a personal access token in Github.https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token 2. Update the password on an existing basic authentication credentials record for Git with the personal access token. https://<instance_name>.service-now.com/basic_auth_credentials_list.do (OR) Create a new basic authentication type credential (under Connection & Credentials > Credentials > New > Basic Auth Credentials) as below and use it to link your applications to Git. Name: name_of_the_credentialsUsername: your_Git_account_usernamePassword: your_personal_access_token (created in step 1)