name: LeetCode Session Token Refresh
about: Request to refresh the LeetCode session token for GitHub Actions workflow
Issue Description
Problem
After two weeks or roughy 13-14 days the action fails with the error Error: Request failed with status code 401

Current Configuration
LEETCODE_SESSION (which expires most probably has an expiry)
Potential Solutions
- Automate session refresh
- Check for expiration and notify
name: LeetCode Session Token Refresh
about: Request to refresh the LeetCode session token for GitHub Actions workflow
Issue Description
Problem
After two weeks or roughy 13-14 days the action fails with the error

Error: Request failed with status code 401Current Configuration
LEETCODE_SESSION (which expires most probably has an expiry)
Potential Solutions