chore: rewording PROVIDER_TOKEN to token
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -66,7 +66,7 @@ export function createPublishAzureAction(options: {
|
||||
token: {
|
||||
title: 'Authentication Token',
|
||||
type: 'string',
|
||||
description: 'The AZURE_TOKEN to use for authorization to Azure',
|
||||
description: 'The token to use for authorization to Azure',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -248,8 +248,7 @@ export function createPublishBitbucketAction(options: {
|
||||
token: {
|
||||
title: 'Authentication Token',
|
||||
type: 'string',
|
||||
description:
|
||||
'The BITBUCKET_TOKEN to use for authorization to BitBucket',
|
||||
description: 'The token to use for authorization to BitBucket',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -122,7 +122,7 @@ export function createPublishGithubAction(options: {
|
||||
token: {
|
||||
title: 'Authentication Token',
|
||||
type: 'string',
|
||||
description: 'The GITHUB_TOKEN to use for authorization to GitHub',
|
||||
description: 'The token to use for authorization to GitHub',
|
||||
},
|
||||
topics: {
|
||||
title: 'Topics',
|
||||
|
||||
+1
-1
@@ -163,7 +163,7 @@ export const createPublishGithubPullRequestAction = ({
|
||||
token: {
|
||||
title: 'Authentication Token',
|
||||
type: 'string',
|
||||
description: 'The GITHUB_TOKEN to use for authorization to GitHub',
|
||||
description: 'The token to use for authorization to GitHub',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -66,7 +66,7 @@ export function createPublishGitlabAction(options: {
|
||||
token: {
|
||||
title: 'Authentication Token',
|
||||
type: 'string',
|
||||
description: 'The GITLAB_TOKEN to use for authorization to GitLab',
|
||||
description: 'The token to use for authorization to GitLab',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ export const createPublishGitlabMergeRequestAction = (options: {
|
||||
token: {
|
||||
title: 'Authentication Token',
|
||||
type: 'string',
|
||||
description: 'The GITLAB_TOKEN to use for authorization to GitLab',
|
||||
description: 'The token to use for authorization to GitLab',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user