-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: forwards npm_auth_token to renovate's docker container"
This reverts commit 2d1e112.
- Loading branch information
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,6 @@ runs: | |
uses: renovatebot/[email protected] | ||
env: | ||
LOG_LEVEL: ${{ inputs.log-level }} | ||
NPM_AUTH_TOKEN: ${{ inputs.npm-token }} | ||
RENOVATE_ARTIFACTORY_MATCH_HOST: ${{ inputs.artifactory-match-host }} | ||
RENOVATE_ARTIFACTORY_PACKAGE_PREFIXES: ${{ inputs.artifactory-package-prefixes }} | ||
RENOVATE_ARTIFACTORY_PASSWORD: ${{ inputs.artifactory-password }} | ||
|
@@ -228,6 +227,4 @@ runs: | |
RENOVATE_TERRAFORM_TOKEN: ${{ inputs.terraform-token }} | ||
with: | ||
configurationFile: ${{ runner.temp }}/renovate-config.js | ||
# We allowlist NPM_AUTH_TOKEN so that .yarnrc.yml can use NPM_AUTH_TOKEN for private scope authentication | ||
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|NPM_AUTH_TOKEN)$" | ||
token: ${{ inputs.github-token }} |