Files
moderne-docs/docs/user-documentation/moderne-platform/references/create-scm-access-tokens.md
2025-01-27 08:16:06 -08:00

1.4 KiB

sidebar_label, description
sidebar_label description
SCM access tokens Where to create SCM access tokens so you can perform commits with the Moderne API.

Creating SCM access tokens

In order to perform commits using the Moderne GraphQL API, you will need to create an SCM Access Token.

Commit tasks like pullRequest now support optionally defining a Personal Access Token that you create through your SCM and provide as a GraphQL Mutation input.

You must grant sufficient permission when creating these Personal Access Tokens. These permissions will vary from provider to provider but generally include read/write access to Repositories and Pull Requests.

Note: Bitbucket Data Center and Server requires version 5.5.x or later

For more information on creating Personal Access Tokens, please see: