From a59d8a6a17678a58418aa7eda3978cf6f1e28b9d Mon Sep 17 00:00:00 2001 From: keiko233 Date: Thu, 16 Nov 2023 11:31:06 +0800 Subject: [PATCH] chore: fix typos --- .github/workflows/release.yml | 2 +- .github/workflows/updater.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 072ae3f7..16b2311f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,4 +103,4 @@ jobs: - name: Release updater file run: pnpm updater env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/updater.yaml b/.github/workflows/updater.yaml index aa37706d..e6e867cb 100644 --- a/.github/workflows/updater.yaml +++ b/.github/workflows/updater.yaml @@ -28,4 +28,4 @@ jobs: - name: Release updater file run: pnpm updater env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}