From 7c3e5cee3188e11aca667805c49846b32079c98b Mon Sep 17 00:00:00 2001 From: Jaseel <12792882+Spikatrix@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:38:36 +0530 Subject: [PATCH] chore: use custom gh token in the release pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c078dc8..ec7a8a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: yarn lerna version --yes --conventional-commits --conventional-graduate --exact --create-release github --loglevel silly fi env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - name: Publish to NPM run: | @@ -56,4 +56,4 @@ jobs: yarn lerna publish from-package --yes --no-private --loglevel silly fi env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}