diff --git a/.github/workflows/publish_packages.yml b/.github/workflows/publish_packages.yml index 04b9edc1b8..e1ddd376c9 100644 --- a/.github/workflows/publish_packages.yml +++ b/.github/workflows/publish_packages.yml @@ -12,6 +12,7 @@ on: permissions: contents: write + id-token: write jobs: test: @@ -50,6 +51,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '20.x' + registry-url: 'https://registry.npmjs.org' cache: pnpm - name: Configure pnpm @@ -72,7 +74,6 @@ jobs: createGithubReleases: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} - name: Generate SDK reference