소스 검색

chore: fix typos

keiko233 1 년 전
부모
커밋
3f2ce3cb80
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/release.yml
  2. 1 1
      .github/workflows/updater.yaml

+ 1 - 1
.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 }}

+ 1 - 1
.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 }}