Open GeoffreyPS opened 19 hours ago
It looks like it's upset about the graph ref, which would explain why it works fine for the staging/preview environments—they'd have a different graph ref. Can you double check that the graph ref configured for your main environment is set correctly (assuming somewhere in the GHA config)? This is the argument that looks like name@variant
.
If you could provide us that value, it'd help in narrowing down why Rover crashes in this case (instead of providing a helpful error message). Feel free to email that to me at dylan@apollographql.com if you don't want to post it here.
Description
We have some members of our team migrating some CI actions from CircleCI to GitHub Actions, and
rover
crashes reliably when publishing our subgraph when executing in the new GHA environment.Strangely, it appears to occasionally succeed when we perform the action on preview/staging environments. However, we do encounter this error nearly universally as part of our main CI workflow for merging into our main branch.
Crash Report
Please let me know if there is any further information you need to debug the issue. Thanks for taking a look.