From 3323e6edff00dcc0e714036ec3b9ff51ece3cb6c Mon Sep 17 00:00:00 2001 From: LemonNeko Date: Sun, 18 Sep 2022 15:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E4=BD=BF=E7=94=A8=E8=87=AA?= =?UTF-8?q?=E5=B7=B1=E7=9A=84=E7=94=A8=E6=88=B7=20approve=20pr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fe.yml b/.github/workflows/fe.yml index d9c8015..fe5d3c6 100644 --- a/.github/workflows/fe.yml +++ b/.github/workflows/fe.yml @@ -33,7 +33,7 @@ jobs: uses: hmarr/auto-approve-action@v2 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: - github-token: ${{ secrets.SOME_USERS_PAT }} + github-token: ${{ secrets.PAT }} - name: Get yarn cache directory path 🛠 id: yarn-cache-dir-path