Parcourir la source

chore: fix typos

keiko233 il y a 1 an
Parent
commit
3f2ce3cb80
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 }}