chore: rewording PROVIDER_TOKEN to token

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-31 20:53:13 +01:00
parent b856b156c2
commit c1be2801a9
6 changed files with 6 additions and 7 deletions
@@ -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',
@@ -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',
},
},
},
@@ -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',
},
},
},