From d0c02c8d6df81f7615d39f2fb14ddaa31364eda6 Mon Sep 17 00:00:00 2001 From: Jon Lee Date: Fri, 19 Nov 2021 16:33:44 +0800 Subject: [PATCH] fix: udpate GITHUB_TOKEN --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96e91f5..1365d47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,5 +56,5 @@ jobs: - name: Run semantic-release if: github.repository == 'forgoer/openssl' && github.event_name == 'push' env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release \ No newline at end of file