How does Vercel provider store data?

main
5ba82ecAdd `workflow health` CLI command and web functionality (#816)
This post might have stale content, as main is 1037 commits ahead.

where does vercel provider store things? do they hardcode a redis URL or something? or is it via an environment variable? postgres? redis? what is it?

Avatar of julianbenegas
Julian Benegas
commented

perfect! so the hardcoded stuff is the https://vercel-workflow.com/api part. then @vercel/oidc gives me getVercelOidcToken ?


END OF POST

How does Vercel provider store data? — vercel/workflow