Update plugins/scaffolder-backend-module-gitlab/src/actions/createProjectAccessToken.ts
Co-authored-by: Andreas Berger <Andy2003@users.noreply.github.com> Signed-off-by: Dominik <dominik@pfaffenbauer.at>
This commit is contained in:
committed by
Dominik Pfaffenbauer
parent
5b68d7d361
commit
6b36e7c895
@@ -39,7 +39,7 @@ export const createGitlabProjectAccessToken = (options: {
|
||||
id: 'gitlab:create-project-access-token',
|
||||
schema: {
|
||||
input: {
|
||||
required: ['projectId'],
|
||||
required: ['projectId', 'repoUrl'],
|
||||
type: 'object',
|
||||
properties: {
|
||||
repoUrl: {
|
||||
|
||||
Reference in New Issue
Block a user