From 8be6519a3599d645d00f7cf446340ed3afbca7d1 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 12 Sep 2025 16:46:33 +0200 Subject: [PATCH] Set YARN_NPM_AUTH_TOKEN for publishing again --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c655716f9..124bad72be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -703,6 +703,8 @@ jobs: shell: bash - name: Publish packages on npm with tag "ci" + env: + YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} run: | yarn workspaces foreach -W --no-private \ npm publish --provenance --tolerate-republish --tag ci