Setup int

This commit is contained in:
Varun Sharma 2021-11-03 12:38:32 -07:00
commit 8164ee96f9
3 changed files with 3 additions and 3 deletions

2
dist/pre/index.js vendored
View file

@ -2393,7 +2393,7 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _argume
return;
}
var correlation_id = v4();
var env = "beta";
var env = "int";
var api_url = `https://${env}.api.stepsecurity.io/v1`;
const confg = {
repo: process.env["GITHUB_REPOSITORY"],

File diff suppressed because one or more lines are too long

View file

@ -14,7 +14,7 @@ import { v4 as uuidv4 } from "uuid";
}
var correlation_id = uuidv4();
var env = "beta";
var env = "int";
var api_url = `https://${env}.api.stepsecurity.io/v1`;
const confg = {