I have an application that needs user to be authenticated first with auth0 and then only other features could be tested.
I want to setup a github action with cypress that would signin with Auth0 and then run further tests.
But I am getting this error I am trying to signing:
Unable to find a signin key that matches: <some key here>
Cypress is working fine on local as well as I am able to use Auth0 without issue.
Problem is only with running on github action.