From 7c24f94ef27856dbb7967fdf81b591cda6115520 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Thu, 28 May 2026 12:09:32 +0100 Subject: [PATCH] chore: add permissions to read packages --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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