Skip to content

Commit

Permalink
test(integration): omitted the GITHUB_ACTION env var as well
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 2, 2022
1 parent 71f45f9 commit 62846a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 62846a1

Please sign in to comment.