Skip to content

Commit 5237768

Browse files
committed
Update token generation instructions
1 parent 1c93847 commit 5237768

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,19 @@ so-called "personal access token". You can generate such a token as follows
324324
325325
1. Go to <https://github.com/settings/tokens>.
326326
327-
2. Click **Generate new token**.
327+
2. Click **Generate new token** and then select "Generate new token (classic)".
328328
329-
3. Select the scope "public_repo", and give your token a descriptive name.
329+
3. Select the scope "public_repo", and give your token a descriptive name,
330+
e.g. "for ReleaseTools".
330331
331-
4. Click **Generate token** at the bottom of the page.
332+
4. (Optional but recommended) Change the "Expiration" to a larger value,
333+
possibly even "No expiration".
332334
333-
5. Copy the token to your clipboard. For security reasons, after you navigate
335+
5. Click **Generate token** at the bottom of the page.
336+
337+
6. Copy the token to your clipboard. For security reasons, after you navigate
334338
off the page, you will not be able to see the token again. You therefore
335-
should store it somewhere, e.g. with option 3 in the following list.
339+
should store it somewhere, e.g. with option 1 in the following list.
336340
337341
There are multiple ways to tell the `release-gap-package` script what your token is.
338342
In order of their precedence from lowest to highest:
@@ -367,6 +371,6 @@ the [issue tracker](https://github.com/gap-system/ReleaseTools/issues).
367371
368372
You can also contact me directly via [email](mailto:[email protected]).
369373
370-
Copyright (c) 2013-2020 Max Horn
374+
Copyright (c) 2013-2024 Max Horn
371375
372376
[GitHubPagesForGAP]: https://github.com/gap-system/GitHubPagesForGAP

0 commit comments

Comments
 (0)