Update plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.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
6b36e7c895
commit
d4df2927c8
@@ -41,7 +41,7 @@ export const createGitlabProjectDeployToken = (options: {
|
||||
id: 'gitlab:create-project-deploy-token',
|
||||
schema: {
|
||||
input: {
|
||||
required: ['projectId'],
|
||||
required: ['projectId', 'repoUrl'],
|
||||
type: 'object',
|
||||
properties: {
|
||||
repoUrl: {
|
||||
|
||||
Reference in New Issue
Block a user