|
|
|
|
|
by remram
1345 days ago
|
|
Apparently they are a different kind of token (github_pat_ instead of ghp_) in a separate part of the settings. So you can't just set the permissions of your existing tokens. An expiration date is also required for those new tokens with a max of 1 year. |
|
I use PATs for things like a reverse proxy from CloudFlare workers to cache hits to a private repo accessed via the GH REST API. If I have to remember to rotate my keys every year, that's going to suck.
What I want for this usecase is a non-expiring PAT that is Organization instead of User based and can be tied to a single repo.