From d3ef6aca40c5dd75802dbf111d7cf9edbbd6cdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Medrano=20Llamas?= <45878745+rmedranollamas@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:16:46 +0200 Subject: [PATCH] fix(ci): use wombat dressing room fallback in nightly release to prevent ENEEDAUTH (#28104) --- .github/actions/setup-npmrc/action.yml | 2 +- .github/workflows/release-nightly.yml | 4 ++-- .npmrc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup-npmrc/action.yml b/.github/actions/setup-npmrc/action.yml index 203247bf8a..137451740f 100644 --- a/.github/actions/setup-npmrc/action.yml +++ b/.github/actions/setup-npmrc/action.yml @@ -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 }}' diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index 0310927cf0..226f9eb29c 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -145,8 +145,8 @@ jobs: skip-branch-cleanup: true force-skip-tests: "${{ github.event_name != 'schedule' && github.event.inputs.force_skip_tests == 'true' }}" gemini_api_key: '${{ secrets.GEMINI_API_KEY }}' - npm-registry-publish-url: "${{ vars.NPM_REGISTRY_PUBLISH_URL || 'https://registry.npmjs.org/' }}" - npm-registry-url: "${{ vars.NPM_REGISTRY_URL || 'https://registry.npmjs.org/' }}" + npm-registry-publish-url: "${{ vars.NPM_REGISTRY_PUBLISH_URL || 'https://wombat-dressing-room.appspot.com' }}" + npm-registry-url: "${{ vars.NPM_REGISTRY_URL || 'https://wombat-dressing-room.appspot.com' }}" npm-registry-scope: "${{ vars.NPM_REGISTRY_SCOPE || '@google' }}" cli-package-name: "${{ vars.CLI_PACKAGE_NAME || '@google/gemini-cli' }}" core-package-name: "${{ vars.CORE_PACKAGE_NAME || '@google/gemini-cli-core' }}" diff --git a/.npmrc b/.npmrc index eddcfa6110..4865e53881 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -@google:registry=https://wombat-dressing-room.appspot.com/ \ No newline at end of file +@google:registry=https://wombat-dressing-room.appspot.com \ No newline at end of file