-
Notifications
You must be signed in to change notification settings - Fork 28
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:
- 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.
Click the Create Personal Access Token button.
- 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).
Subsequently, this value should be pasted into the corresponding field during the Git-Push-Deploy add-on installation.
The complete guidance on Git-Push-Deploy package installation and usage can be found here.