From 57153ee6b70b502e4311cfadeb810b4ee429d8f5 Mon Sep 17 00:00:00 2001 From: artem-zakharchenko Date: Thu, 9 Dec 2021 15:12:04 +0100 Subject: [PATCH] chore: add "GITHUB_TOKEN" to the "release" job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 839a460..ffbce30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,5 @@ jobs: - name: Semantic release run: npx semantic-release env: + GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.RELEASE_NPM_TOKEN }}