From 100864beaff040edc301c2c420a87846bb7e29d4 Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Sat, 8 May 2021 16:48:48 +0100 Subject: [PATCH] fix: reverts github_token (#579) fix: removes credential line --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4e5950c3..0b5242f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - persist-credentials: false # <--- this - name: Setup Node.js uses: actions/setup-node@v1 @@ -27,6 +26,6 @@ jobs: - name: Release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release