From ed4eb690ae3f9a15c53e539200c0f34851657b81 Mon Sep 17 00:00:00 2001 From: sirily11 Date: Tue, 15 Feb 2022 16:00:04 +0800 Subject: [PATCH] fix: github action issues --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 70917d3..c1a7228 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: git config --global user.name "github action" - run: yarn release env: - GH_TOKEN: ${{secrets.RELEASE_TOKEN}} + GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}