Update setup.ts

This commit is contained in:
Varun Sharma 2021-11-30 14:22:37 -08:00
commit 69f716dfe6

View file

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