fix(ci): use wombat dressing room fallback in nightly release to prevent ENEEDAUTH (#28104)

This commit is contained in:
Ramón Medrano Llamas
2026-06-23 16:16:46 +02:00
committed by GitHub
parent be7ba2c22a
commit d3ef6aca40
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ runs:
run: |-
echo ""@google-gemini:registry=https://npm.pkg.github.com"" > ~/.npmrc
echo ""//npm.pkg.github.com/:_authToken=${INPUTS_GITHUB_TOKEN}"" >> ~/.npmrc
echo ""@google:registry=https://wombat-dressing-room.appspot.com/"" >> ~/.npmrc
echo ""@google:registry=https://wombat-dressing-room.appspot.com"" >> ~/.npmrc
env:
INPUTS_GITHUB_TOKEN: '${{ inputs.github-token }}'