rename actions

Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik Pfaffenbauer
2023-03-20 16:27:08 +01:00
parent 242e84f20d
commit 4442b97fb5
3 changed files with 3 additions and 3 deletions
@@ -36,7 +36,7 @@ export const createGitlabProjectAccessTokenAction = (options: {
scopes: string[];
token?: string;
}>({
id: 'gitlab:pat:create',
id: 'gitlab:personalAccessToken:create',
schema: {
input: {
required: ['projectId', 'repoUrl'],
@@ -39,7 +39,7 @@ export const createGitlabProjectDeployTokenAction = (options: {
scopes: string[];
token?: string;
}>({
id: 'gitlab:pdt:create',
id: 'gitlab:projectDeployToken:create',
schema: {
input: {
required: ['projectId', 'repoUrl'],
@@ -41,7 +41,7 @@ export const createGitlabProjectVariableAction = (options: {
environmentScope: string;
token?: string;
}>({
id: 'gitlab:pv:create',
id: 'gitlab:projectVariable:create',
schema: {
input: {
required: [