norbux
CCConvex Community
•Created by norbux on 8/21/2024 in #support-community
Hello,
I would like to use github actions to deploy to dev, I normally do it from the cli like
npx convex dev
. I have created a deployment key in the Convex dashboard for both dev and production and added those as secrets in github.
In my github workflow I am adding the key into an env variable like this:
Then, in the job steps I am doing this:
I can see in the action output that the convex key shows obfuscated. When it gets to the point of running npx convex dev
it fails because Convex expects a user interaction of visiting a URL to authorize instead of using the environment CONVEX_DEPLOY_KEY
.
I'm surely doing something wrong. Does anyone has a hint?11 replies