You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,19 +80,19 @@ $ go get -u github.com/gitguardian/src-fingerprint/cmd/src-fingerprint
80
80
81
81
### GitHub
82
82
83
-
1. Click on your profile picture at the top right of the screen. A dropdown menu will appear and you will be able to access your personal settings by clicking on _Settings_
84
-
2. On your profile, go to Developer Settings
85
-
3. Select Personal Access Tokens
86
-
4. Click on `Generate a new token`
87
-
5. Click the `repo` box. This is the only scope we need
88
-
6. Click on `Generate token`. The token will only be available at this time so make sure you keep it in a safe place
83
+
1. Click on your profile picture at the top right of the screen. A dropdown menu will appear and you will be able to access your personal settings by clicking on _Settings_.
84
+
2. On your profile, go to Developer Settings.
85
+
3. Select Personal Access Tokens.
86
+
4. Click on `Generate a new token`.
87
+
5. Click the `repo` box. This is the only scope we need.
88
+
6. Click on `Generate token`. The token will only be available at this time so make sure you keep it in a safe place.
89
89
90
90
### GitLab
91
91
92
-
1. Click on your profile picture at the top right of the screen. A dropdown menu will appear and you will be able to access your personal settings by clicking on _Preferences_
93
-
2. In the left sidebar, click on `Access Tokens`
94
-
3. Click the `read repository` box. This is the only scope we need. You can set an end-date for the token validity if you want more security
95
-
4. Click on `Create personal token`. The token will only be available at this time so make sure you keep it in a safe place
92
+
1. Click on your profile picture at the top right of the screen. A dropdown menu will appear and you will be able to access your personal settings by clicking on _Preferences_.
93
+
2. In the left sidebar, click on `Access Tokens`.
94
+
3. Click the `read_api` box. This is the only scope we need. You can set an end-date for the token validity if you want more security.
95
+
4. Click on `Create personal token`. The token will only be available at this time so make sure you keep it in a safe place.
0 commit comments