final cleanup - remove k8s from smoke tests
parent
c9ca40ad74
commit
2be8b6f317
|
@ -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() {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue