From 44a44a403184a54a005b24401ec1729e4ef75db2 Mon Sep 17 00:00:00 2001 From: Marek Serafin Date: Fri, 20 Oct 2023 20:49:12 +0200 Subject: [PATCH] GITHUB_TOKEN --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70674c93..6d0b97f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,5 +71,5 @@ jobs: - run: npm ci - run: npm run semantic-release env: - GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file