mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.1 KiB
2.1 KiB
| title | description | contentType |
|---|---|---|
| GitLab credentials | Documentation for GitLab credentials. Use these credentials to authenticate GitLab in n8n, a workflow automation platform. | integration |
GitLab credentials
You can use these credentials to authenticate the following nodes with GitLab.
Prerequisites
Create a GitLab account.
Using OAuth
/// note | Note for n8n Cloud users You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your GitLab account to n8n. ///
- Access your GitLab dashboard.
- Click on your user icon in the top right.
- Click on 'Settings'.
- Click on 'Applications' in the sidebar.
- Enter a name in the Name field.
- Copy the 'OAuth Callback URL' provided in the 'GitLab OAuth2 API' credentials in n8n and paste it in the Redirect URI field in the GitLab app creation page.
- Select any scopes you plan to use and then click on Save application.
- Use the Application ID and Secret with your GitLab OAuth2 API credentials in n8n.
- Click on the circle button in the OAuth section to connect a GitLab account to n8n.
- Click on the Save button to save your credentials.
Using Access Token
- Access your GitLab dashboard.
- Click on your user icon in the top right.
- Click on 'Settings'.
- Click on 'Access Tokens' in the sidebar.
- Enter a name in the Name field.
- Fill out the required information to receive the access token.
- Select any scopes you plan to use and then click on Create personal access token.
- Use the generated access token with your GitLab node credentials in n8n.
- Click on the Save button to save your credentials.

