-
Notifications
You must be signed in to change notification settings - Fork 660
Upgrade ockokit/rest and octokit/auth-app breaks scale-up during authorization #3966
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
Comments
## Updates - updating all npm packages - add dependabot version ignore for updates not possible - ockotkit rest minor update breaks the app auth #3966 - fix nx configuration ## Tests Fresh deployment with multi-runner example
- migrate to yarn4 - fix duplicate dependencies in lock file - upgrade all possible upgrade - octokit/rest and octokit/auth-app both break updates see #3966 Tested with deployment of multi runner example
Can you explain which transitive dependency you think is causing an issue? The only dependency that has a |
I tried to reproduce the problem today again. Seems both auth-app and rest updates are causing the issue. When update auth from 6.1.0 to 6.1.1 the error stats to occure. See here the change set. https://github.com/philips-labs/terraform-aws-github-runner/pull/4042/files |
Uh oh!
There was an error while loading. Please reload this page.
Upgrading
@octokit/rest ^20.0.1 20.0.2 ❯ 20.1.1
is breaking the authentication of the app.Running the scale-up lambda results in an error while getting an access-token for the app.
Upgrade octokit/auth-app 6.0.3 to 6.1.1 breaks build
Update auth-app introduce transive breaking dependencies requiring ESM.
The text was updated successfully, but these errors were encountered: