From 436e60b9ed312b9c211379d2c444b5d1c5cd4a50 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Fri, 26 Jul 2024 09:31:28 +0200 Subject: [PATCH] ci(release-to-gpr): provide correct PAT --- .github/workflows/release-to-GPR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-to-GPR.yml b/.github/workflows/release-to-GPR.yml index 19f0096ea1..0fded9d488 100644 --- a/.github/workflows/release-to-GPR.yml +++ b/.github/workflows/release-to-GPR.yml @@ -39,4 +39,4 @@ jobs: - name: Publish monorepo npm packages run: npx lerna publish from-package --no-private --yes --no-git-reset --registry=https://npm.pkg.github.com env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}