From a89e1a89451462d57286af94d1a2f0c3a2f64759 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:31 +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/new_excavator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new_excavator.yml b/.github/workflows/new_excavator.yml index 4e3876f..5a58f2b 100644 --- a/.github/workflows/new_excavator.yml +++ b/.github/workflows/new_excavator.yml @@ -13,7 +13,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 }}