Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 3.41 KB

tokens.md

File metadata and controls

41 lines (20 loc) · 3.41 KB

Create a personal access token (GitLab)

1. Go to the web interface of your GitLab instance

2. Click on View profile and more

Step 2 screenshot

3. Click on Preferences

Step 3 screenshot

4. Click on Access Tokens

Step 4 screenshot

5. Assign a name to your token to remember its purpose.

Step 5 screenshot

6. Optionally: Choose an expiration date for your token

7. Check read_api…

Step 7 screenshot

8. Check read_repository…

Step 8 screenshot

9. Click on Create personal access token

Step 9 screenshot

10. Click on Copy personal access token to copy the token to your clipboard

Step 10 screenshot

11. Done!