Execution credentials for Tasks
{
"name": "my_example_task",
"description": "My example task description",
"path": "./",
"entryPoint": "index.handler",
"runtime": "nodejs22.x",
"environment": {
"API_HOST": "$API_HOST",
"API_OAUTH_CONSUMER_KEY": "$API_OAUTH_CONSUMER_KEY",
"API_OAUTH_CONSUMER_SECRET": "$API_OAUTH_CONSUMER_SECRET",
"API_OAUTH_TOKEN": "$API_OAUTH_TOKEN",
"API_OAUTH_TOKEN_SECRET": "$API_OAUTH_TOKEN_SECRET"
}
}Let the CLI create new execution credentials
Let the CLI reuse the credentials of the existing Task's User
Conclusion
Last updated