From 884d5a4aa25d41f3329a95d02253028d7c4dd097 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Mon, 27 Oct 2025 09:48:33 -0700 Subject: [PATCH] fix(ci): correct inputs for Get core Token step --- .github/actions/publish-release/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/publish-release/action.yml b/.github/actions/publish-release/action.yml index e52024d0b6..c9947ea513 100644 --- a/.github/actions/publish-release/action.yml +++ b/.github/actions/publish-release/action.yml @@ -162,6 +162,11 @@ runs: uses: './.github/actions/npm-auth-token' id: 'core-token' with: + package-name: '${{ inputs.core-package-name }}' + github-token: '${{ inputs.github-token }}' + wombat-token-core: '${{ inputs.wombat-token-core }}' + wombat-token-cli: '${{ inputs.wombat-token-cli }}' + wombat-token-a2a-server: '${{ inputs.wombat-token-a2a-server }}' - name: '📦 Publish CORE to NPM' if: "${{ inputs.use-bundle-release == 'false' }}"