From 07f5088cb20a76dbe2f46ec272a960fb41775559 Mon Sep 17 00:00:00 2001 From: Edoardo Ranghieri Date: Sun, 11 Aug 2024 13:26:36 +0200 Subject: [PATCH] ci: rename `GH_TOKEN` var back to `GITHUB_TOKEN` --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3989c585..2fb8261d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -54,5 +54,5 @@ jobs: - name: Release lib to NPM env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: pnpm run deploy:lib