Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Update third-party tool credentials in DevOps Change Velocity

If your tool credential has changed, you must update the credentials in your ServiceNow instance to avoid getting disconnected.

Before you begin

Role required: sn_devops.admin

Procedure

  1. Update your tool credentials using one of the following methods.
OptionSteps
From Workspace
  1. Navigate to Workspaces > DevOps Change Workspace > Tools > <tool type>.
  2. Select the tool for which you want to update your credentials.
  3. In the tool record, select More Actions > Update credentials.
  4. Select the Credential type.

  5. If the credential type is Basic Auth, enter the new password or access token.

  6. If the credential type is OAuth, enter the new credential. Note: This step is only applicable for tools which support OAuth 2.0 based authentication.

  7. Enter the updated credentials in the corresponding field.

Note: You can change your password/token, username, or authentication type.

  1. Select Check permissions to verify if the required permissions are available.

Note: If you are connecting to GitHub, for OAuth 2.0 and GitHub App credential, the GitHub app slug name is required to check permissions. If it is not provided, tool credentials will be updated without checking permissions.

  1. Select Update credentials to update the credentials. The tool will be in the disconnected state.
  2. Select Connect to establish the connection.
From Classic
  1. Navigate to All > DevOps > Tools > <tool type>.
  2. Select the tool for which you want to update your credentials.
  3. From the Tool connections related list, select the credential record.
  4. Enter the updated credentials in the corresponding field, and select Save. The tool will be in the disconnected state.
  5. Select Connect to establish the connection.
  • Notifications on tool credential expiration
    Notifications are sent to tool users on expiration of tool credentials to alert them. Notifications are also sent proactively before the expiration of tool credentials for GitHub tools created with basic authentication. This enables tool users with the sn_devops.tool_owner or sn_devops.admin roles to update the tool credentials and prevent any loss of data.

Parent Topic:Integrating DevOps Change Velocity with third party tools