From 7da295065337e6f27f249b4e0f8a6d3eef915286 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 29 Mar 2022 16:23:24 -0700 Subject: [PATCH] Remove GITHUB_TOKEN env variable --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e9fa22..9afbf55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,4 @@ jobs: if: github.ref_name == 'master' run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}