From 1b401032c565d0256df882accafc54929ad1f655 Mon Sep 17 00:00:00 2001 From: secustor Date: Fri, 10 Sep 2021 14:14:48 +0200 Subject: [PATCH] ci(release): replace secrets.GH_TOKEN with GITHUB_TOKEN --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3ceeea..b2fa53f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,5 +48,5 @@ jobs: run: npm install @semantic-release/exec - name: Release to GitHub env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release