final cleanup - remove k8s from smoke tests

pull/524/head
Frostebite 2023-03-18 17:00:36 +00:00
parent c9ca40ad74
commit 2be8b6f317
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -6066,7 +6066,7 @@ const core_1 = __nccwpck_require__(76762);
class GitHub {
static get octokitDefaultToken() {
return new core_1.Octokit({
auth: process.env.GITHUB_TOKEN,
auth: process.env.GITHUB_TOKEN || process.env.CI_GITHUB_TOKEN,
});
}
static get octokitPAT() {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@ class GitHub {
static result: string = ``;
private static get octokitDefaultToken() {
return new Octokit({
auth: process.env.GITHUB_TOKEN,
auth: process.env.GITHUB_TOKEN || process.env.CI_GITHUB_TOKEN,
});
}
private static get octokitPAT() {