test(integration): omitted the GITHUB_ACTION
env var as well
This commit is contained in:
parent
71f45f97b1
commit
62846a110b
@ -30,7 +30,7 @@ const { readJson, writeJson } = fsExtra;
|
||||
/* eslint camelcase: ["error", {properties: "never"}] */
|
||||
|
||||
// Environment variables used with semantic-release cli (similar to what a user would setup)
|
||||
const { GITHUB_ACTIONS, GITHUB_TOKEN, ...processEnvWithoutGitHubActionsVariables } = process.env;
|
||||
const { GITHUB_ACTION, GITHUB_ACTIONS, GITHUB_TOKEN, ...processEnvWithoutGitHubActionsVariables } = process.env;
|
||||
const env = {
|
||||
...processEnvWithoutGitHubActionsVariables,
|
||||
...npmRegistry.authEnv,
|
||||
|
Loading…
x
Reference in New Issue
Block a user