re: make consistent environment variables
GITHUB_PRIVATE_TOKEN & GITHUB_ACCESS_TOKEN => GITHUB_TOKEN GITLAB_PRIVATE_TOKEN, GITLAB_ACCESS_TOKEN & SCAFFOLDER_GITLAB_PRIVATE_TOKEN => GITLAB_TOKEN AZURE_PRIVATE_TOKEN => AZURE_TOKEN GHE_PRIVATE_TOKEN => GHE_TOKEN
This commit is contained in:
@@ -285,7 +285,7 @@ async function testAppServe(pluginName: string, appDir: string) {
|
||||
cwd: appDir,
|
||||
env: {
|
||||
...process.env,
|
||||
GITHUB_ACCESS_TOKEN: 'abc',
|
||||
GITHUB_TOKEN: 'abc',
|
||||
},
|
||||
});
|
||||
Browser.localhost('localhost', 3000);
|
||||
@@ -368,7 +368,7 @@ async function testBackendStart(appDir: string, isPostgres: boolean) {
|
||||
cwd: appDir,
|
||||
env: {
|
||||
...process.env,
|
||||
GITHUB_ACCESS_TOKEN: 'abc',
|
||||
GITHUB_TOKEN: 'abc',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user