Update setup.ts

This commit is contained in:
Varun Sharma 2021-11-30 14:24:04 -08:00
commit 4c12219d72

View file

@ -15,7 +15,7 @@ import * as tc from "@actions/tool-cache";
}
var correlation_id = uuidv4();
var env = "agent123";
var env = "agent";
var api_url = `https://${env}.api.stepsecurity.io/v1`;
var web_url = "https://app.stepsecurity.io";