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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,11 @@ The client can also download and parse private leaderboard statistics.
21
21
- Outbound calls are throttled to every 15 minutes in (`GetLeaderboard()`)
22
22
- Once inputs are downloaded, they are cached locally (`RequestOrCacheAsync()`)
23
23
- The User-Agent header in `AoCClient` is set to this Github repository, where issues can be added.
24
+
25
+
## CI/CD
26
+
27
+
The Actions uses a secret environment variable to access the personal input's. The Personal Access Token (PAT) does expire.
28
+
29
+
Create / refresh the PAT on https://github.com/settings/personal-access-tokens for [the repository](https://github.com/guuskuiper/AdventOfCoding-Input).
30
+
31
+
Set the Token in the CI_SECRET: https://github.com/guuskuiper/AdventOfCoding/settings/secrets/actions
0 commit comments