rename actions
Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
+1
-1
@@ -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'],
|
||||
|
||||
+1
-1
@@ -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'],
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ export const createGitlabProjectVariableAction = (options: {
|
||||
environmentScope: string;
|
||||
token?: string;
|
||||
}>({
|
||||
id: 'gitlab:pv:create',
|
||||
id: 'gitlab:projectVariable:create',
|
||||
schema: {
|
||||
input: {
|
||||
required: [
|
||||
|
||||
Reference in New Issue
Block a user