@@ -324,15 +324,19 @@ so-called "personal access token". You can generate such a token as follows
324
324
325
325
1. Go to <https://github.com/settings/tokens>.
326
326
327
- 2. Click **Generate new token**.
327
+ 2. Click **Generate new token** and then select "Generate new token (classic)" .
328
328
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".
330
331
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".
332
334
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
334
338
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.
336
340
337
341
There are multiple ways to tell the `release-gap-package` script what your token is.
338
342
In order of their precedence from lowest to highest:
@@ -367,6 +371,6 @@ the [issue tracker](https://github.com/gap-system/ReleaseTools/issues).
367
371
368
372
You can also contact me directly via [email](mailto:[email protected] ).
369
373
370
- Copyright (c) 2013-2020 Max Horn
374
+ Copyright (c) 2013-2024 Max Horn
371
375
372
376
[GitHubPagesForGAP]: https://github.com/gap-system/GitHubPagesForGAP
0 commit comments