Skip to content

GitLab Access Token

ihorman edited this page May 4, 2017 · 1 revision

To generate a Personal API Token for continuous application deployment from GitLab repository via the Git-Push-Deploy add-on, follow the steps below:

  1. Log in to your GitLab account and navigate to the Settings > Access Tokens tab.

Here, enter any preferred token Name, specify the date it will Expire at (optional; can be left blank) and tick the api permission scope.

GitLab Token Settings

Click the Create Personal Access Token button.

  1. In the opened page, copy and save the shown access token anywhere else (as it can’t be viewed again after you leave this page).

GitLab Copy Created Token

Subsequently, this value should be pasted into the corresponding field during the Git-Push-Deploy add-on installation.

Clone this wiki locally