Deploy Convex with Github Actions: Error: Please set CONVEX_DEPLOY_KEY to a new key
I have defined the variables
CONVEX_DEPLOY_KEY and CONVEX_URL in Github secrets for the production environment. But when I run the action, it constantly fails with error:Please set CONVEX_DEPLOY_KEY to a new key which you can find on your Convex dashboard.But I have successfully generated a deployment key in my project dashboard. Not sure how I can fix this error
