-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Description
I'm getting intermittent Could not authenticate against github.com errors in my CI, and I can't pinpoint the problem.
Steps to reproduce
See https://github.com/facile-it/paraunit/actions/runs/4105982330/jobs/7083607877
From this PR: facile-it/paraunit#183
Expected behavior
No issues
Screenshots or output
https://github.com/facile-it/paraunit/actions/runs/4105982330/jobs/7083607877#step:5:95
Environment details
It seems to happen for Tests CI jobs of that project, which are defined like this: https://github.com/facile-it/paraunit/blob/1c5414f0d9b4c67bafe0e05f40dcf9cf83ec20d1/.github/workflows/tests.yaml#L10
Additional context
The linked PR is very removed from the main branch (new major in the works). But the CI definition is very close, I just dropped older PHP versions:
I just rerun on the main branch and it works: https://github.com/facile-it/paraunit/actions/runs/4106204844 (failure on Windows is unrelated)
Is it possible that the failure is due to the usage of some additional repositories? I need them to pull some PRs as a dependency patch: https://github.com/facile-it/paraunit/blob/c6a6dc03c48b682ef7060ca218538e2c689edf44/composer.json#L58-L67