diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c0d90190..6c87428b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,6 +69,7 @@ jobs: permissions: id-token: write contents: write + packages: read steps: - uses: actions/setup-node@v3 with: @@ -92,8 +93,6 @@ jobs: run: npm ci && npm run declarations - name: Publish to NPM run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} publish-cdn: name: Publish to CDN