Skip to content

Azure.DevOps.ServiceConnections.GitHubPAT

github-actions edited this page Oct 21, 2023 · 1 revision

Azure.DevOps.ServiceConnections.GitHubPAT

SYNOPSIS

A service connection should not use a GitHub Personal Access Token (PAT).

DESCRIPTION

A service connection is a secure stored object that contains information about how to connect to a service. Service connections are used during the build or release pipeline to connect to external and remote resources. The GitHub PAT service connection type is linked to a personal account and cannot be traced back to the specific connection from Azure DevOps. This means any user with access to the service connection can impersonate the user who created the service connection.

Mininum TokenType: ReadOnly

RECOMMENDATION

Consider using an oauth-based service connection.

LINKS

Clone this wiki locally