Skip to content

Commit e17e113

Browse files
committed
GitHub Packages only supports authentication using a personal access token (classic). For more information, see Managing your personal access tokens.
1 parent 7ecd3eb commit e17e113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/bundler/personal_access_token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func PersonalAccessToken() schema.CredentialType {
1717
Fields: []schema.CredentialField{
1818
{
1919
Name: fieldname.Token,
20-
MarkdownDescription: "GitHub Personal Access Token used to authenticate to GitHub Package Registry for Bundler.",
20+
MarkdownDescription: "GitHub Personal Access Token (classic) used to authenticate to GitHub Package Registry for Bundler. Note: GitHub Packages only supports authentication using a personal access token (classic). For more information, see [Managing your personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).",
2121
Secret: true,
2222
Composition: &schema.ValueComposition{
2323
Length: 40,

0 commit comments

Comments
 (0)