-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App token seems to expire after 1h #625
Comments
Hey @EnviousSwan. Thanks for that, it is indeed an issue. I'll try to take a look at it when I have some bandwidth. In the meantime I'll be happy to review any PR with such an improvement 😊 |
Another possible workaround in the meantime could be saving cache for repos that were updated successfully and putting that scala-steward-action/src/action/main.ts Lines 86 to 89 in efadf84
|
Hey @alejandrohdezma I've created PRs that should address both issues ✅ |
When running Scala Steward using GitHub app in an org after exactly 1 hour of running the workflow, I get the following error for every single repository that's left on the list:
UnexpectedResponse
I reached out to GitHub Support team, and they confirmed my suspicions about token expiry:
After some googling around I also found a similar issue for
create-github-app-token
So maybe we can try some of the suggested solutions from here
The text was updated successfully, but these errors were encountered: