From 0042e3172be846318622f7c9deff53c7767c7d38 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 16 Sep 2020 23:06:57 +0530 Subject: [PATCH] chore: Add github token env --- .github/workflows/test-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7ca55e2..48dea1a 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -18,4 +18,5 @@ jobs: - name: Release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: yarn semantic-release