![]() GitHub Actions JWTs are only valid for 5 minutes after being issued. FlakeHub uses these JWTs for authentication, which means that after those 5 minutes have passed and the token is expired, FlakeHub (and by extension FlakeHub Cache) will no longer allow requests using this token. However, GitHub gives us a way to repeatedly request new tokens, so we utilize that and refresh the token every 2 minutes (less than half of the lifetime of the token). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |