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
4a91ff8477
commit
1471eba5e0
@@ -20,6 +20,12 @@ import { ScmIntegrationRegistry } from '@backstage/integration';
|
||||
import { DeployTokenScope } from '@gitbeaker/core/dist/types/templates/ResourceDeployTokens';
|
||||
import { getToken } from '../util';
|
||||
|
||||
/**
|
||||
* Creates a `gitlab:create-project-deploy-token` Scaffolder action.
|
||||
*
|
||||
* @param options - Templating configuration.
|
||||
* @public
|
||||
*/
|
||||
export const createGitlabProjectDeployToken = (options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user