diff --git a/.github/actions/release-connect-npm/action.yml b/.github/actions/release-connect-npm/action.yml index f4220bd661f..1b1034f3f00 100644 --- a/.github/actions/release-connect-npm/action.yml +++ b/.github/actions/release-connect-npm/action.yml @@ -61,9 +61,7 @@ runs: - name: Set NPM token shell: bash - env: - NPM_TOKEN: ${{ env.NPM_TOKEN }} - run: yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }} + run: yarn config set npmAuthToken ${{ env.NPM_TOKEN }} - name: Publish to NPM shell: bash