@turbotic/taai-agent 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -289,6 +289,7 @@ if (process.env.RUN_ON_LOCAL_ENVIRONMENT === 'true') {
|
|
|
289
289
|
try {
|
|
290
290
|
const runner = new run_1.Runner(queuePayload.automationId);
|
|
291
291
|
process.env.EXECUTION_ID = queuePayload.executionId;
|
|
292
|
+
process.env.SCRIPT_RUNNER_JWT_SECRET = queuePayload.signingSecret;
|
|
292
293
|
yield runner.run(ack, queuePayload);
|
|
293
294
|
console.log('Execution done');
|
|
294
295
|
yield ack();
|