Skip to content

Commit

Permalink
Revert "feat: forwards npm_auth_token to renovate's docker container"
Browse files Browse the repository at this point in the history
This reverts commit 2d1e112.
  • Loading branch information
Toolo committed Mar 17, 2023
1 parent 2d1e112 commit a71401c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}

0 comments on commit a71401c

Please sign in to comment.