When deploying auth0 config with deploy cli tool the action does not get bound to the flow. It needs to be manually dragged in the dashboard to the login flow.
Is there a way to get the action automatically added to the login flow?
The config is in json file auth0-config/actions/post-login-action.json
{
"name": "post-login-action",
"code": "post-login-action.js",
"runtime": "node16",
"status": "built",
"dependencies": [
{
"name": "node-fetch",
"version": "2.6.1"
}
],
"secrets": [
...
],
"supported_triggers": [
{
"id": "post-login",
"version": "v2"
}
],
"deployed": true
}