@@ -6,7 +6,7 @@ This branch generates the STL's [Status Chart][].
6
6
7
7
## Repo
8
8
9
- 1 . Install [ Node.js] [ ] 22.2 .0 or newer.
9
+ 1 . Install [ Node.js] [ ] 23.9 .0 or newer.
10
10
+ You can accept all of the installer's default options.
11
11
2 . Open a new Command Prompt.
12
12
+ You can run ` node --version ` to verify that Node.js was successfully installed.
@@ -48,22 +48,22 @@ Enable GitHub Pages for your fork:
48
48
49
49
GitHub's GraphQL API requires authentication:
50
50
51
- 1 . Go to your [ Personal Access Tokens ] [ ] on GitHub.
51
+ 1 . Go to your [ Fine-grained personal access tokens ] [ ] on GitHub.
52
52
2 . Click "Generate new token".
53
53
3 . Name it "STL Status Chart" or anything else you'd like.
54
- 4 . Don't select any scopes. (This will be a "public access" token.)
55
- 5 . Click "Generate token". Keep this page open.
56
- 6 . In your ` chart ` repo, create a file named ` .env ` containing:
54
+ 4 . Set the expiration to be no greater than 180 days.
55
+ 5 . Don't change any other settings. (This will be a read-only token.)
56
+ 6 . Click "Generate token". Keep this page open.
57
+ 7 . In your ` chart ` repo, create a file named ` .env ` containing:
57
58
```
58
- SECRET_GITHUB_PERSONAL_ACCESS_TOKEN=ghp_abcdABCD0123wxyzWXYZ6789
59
+ SECRET_GITHUB_PERSONAL_ACCESS_TOKEN=github_pat_MEOW
59
60
```
60
- 7 . Replace `ghp_abcdABCD0123wxyzWXYZ6789 ` with the personal access token that you just generated.
61
+ 8 . Replace `github_pat_MEOW ` with the personal access token that you just generated.
61
62
+ The token is unique, so it's used without your username.
62
- + The [prefix][token-formats] will be `ghp_`.
63
- 8. Save the `.env` file.
64
- 9. Close the page displaying your personal access token.
65
- 10. Clear your clipboard.
66
- 11. Verify that `git status` reports "nothing to commit, working tree clean".
63
+ 9. Save the `.env` file.
64
+ 10. Close the page displaying your personal access token.
65
+ 11. Clear your clipboard.
66
+ 12. Verify that `git status` reports "nothing to commit, working tree clean".
67
67
+ This indicates that `.env` is being properly ignored.
68
68
69
69
**The `.env` file now contains a secret - treat it with respect.**
@@ -112,7 +112,6 @@ Copyright (c) Microsoft Corporation.
112
112
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
113
113
114
114
[Chart.js]: https://www.chartjs.org/
115
+ [Fine-grained personal access tokens]: https://github.com/settings/personal-access-tokens
115
116
[Node.js]: https://nodejs.org/en/
116
- [Personal Access Tokens]: https://github.com/settings/tokens
117
117
[Status Chart]: https://microsoft.github.io/STL/
118
- [token-formats]: https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/
0 commit comments