From f266d765fdf1183cb7b1b126105cce838a83ddbe Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 19 Apr 2022 15:58:49 +0530 Subject: [PATCH] chore: add GH token --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32ea02b1d71..9a021ce5c63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,5 +21,6 @@ jobs: npm install @semantic-release/git @semantic-release/exec --no-save - name: Create Release env: + GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} - run: npx semantic-release \ No newline at end of file + run: npx semantic-release