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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4055,13 +4055,14 @@ This repo will automatically grab your stars and save them in chronological orde
4055
4055
2. Repository permissions
4056
4056
- Read access to metadata
4057
4057
- Read and Write access to code
4058
-
3. Configure GitHub Actions keys`GH_TOKEN`
4058
+
3. Configure GitHub Actions secrets`GH_TOKEN` and `GH_USERNAME`
4059
4059
4. Run Actions
4060
4060
4061
-
If you have more than 5k stars, you might need to run this locally via `npm run build`
4061
+
If you have more than 5k stars, you might need to run this locally via `npm run build`. Set the local env vars `GITHUB_TOKEN` and `GITHUB_USERNAME` and run the script.
0 commit comments