Updated more documentation.
Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
@@ -26,8 +26,8 @@ export const createGitlabProjectAccessTokenAction: (options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
}) => TemplateAction<
|
||||
{
|
||||
projectId: string | number;
|
||||
repoUrl: string;
|
||||
projectId: string | number;
|
||||
token?: string | undefined;
|
||||
name?: string | undefined;
|
||||
accessLevel?: number | undefined;
|
||||
@@ -44,8 +44,8 @@ export const createGitlabProjectDeployTokenAction: (options: {
|
||||
}) => TemplateAction<
|
||||
{
|
||||
name: string;
|
||||
projectId: string | number;
|
||||
repoUrl: string;
|
||||
projectId: string | number;
|
||||
token?: string | undefined;
|
||||
username?: string | undefined;
|
||||
scopes?: string[] | undefined;
|
||||
@@ -63,8 +63,8 @@ export const createGitlabProjectVariableAction: (options: {
|
||||
{
|
||||
key: string;
|
||||
value: string;
|
||||
projectId: string | number;
|
||||
repoUrl: string;
|
||||
projectId: string | number;
|
||||
variableType: string;
|
||||
token?: string | undefined;
|
||||
variableProtected?: boolean | undefined;
|
||||
|
||||
Reference in New Issue
Block a user