From cb82c60434985ea3a78cd128e93c20a9616668e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Sat, 2 Mar 2024 13:02:02 +0800 Subject: [PATCH] =?UTF-8?q?GA:=20`create-github-app-token`=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E4=B8=BA=E5=AE=98=E6=96=B9=E6=BA=90=20=E5=AE=98?= =?UTF-8?q?=E6=96=B9=E6=BA=90=E5=B7=B2=E5=90=88=E5=B9=B6=E6=9C=AC=E4=BA=BA?= =?UTF-8?q?=E7=9A=84PR(actions/create-github-app-token#105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/locals(greasyfork).js_update.yaml | 2 +- .github/workflows/main.user.js_version_update.yaml | 2 +- .github/workflows/update_contributors_images.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/locals(greasyfork).js_update.yaml b/.github/workflows/locals(greasyfork).js_update.yaml index 984344357..1e0c48177 100644 --- a/.github/workflows/locals(greasyfork).js_update.yaml +++ b/.github/workflows/locals(greasyfork).js_update.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: maboloshi/create-github-app-token@main + uses: actions/create-github-app-token@v1 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/main.user.js_version_update.yaml b/.github/workflows/main.user.js_version_update.yaml index c5c7b3d81..98a7c14af 100644 --- a/.github/workflows/main.user.js_version_update.yaml +++ b/.github/workflows/main.user.js_version_update.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: maboloshi/create-github-app-token@main + uses: actions/create-github-app-token@v1 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/update_contributors_images.yml b/.github/workflows/update_contributors_images.yml index 883340fa2..958a8496a 100644 --- a/.github/workflows/update_contributors_images.yml +++ b/.github/workflows/update_contributors_images.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: maboloshi/create-github-app-token@main + uses: actions/create-github-app-token@v1 with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}