From e6b0d9021ec6711cfc5c3cf599b10a42b96dbb88 Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Sat, 5 Mar 2022 00:29:01 +0800 Subject: [PATCH] Checkout with PAT. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8966c22e..f0ac1816 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: steps: # Preparation. - uses: actions/checkout@v2 + with: + token: ${{ secrets.PAT }} - uses: actions/setup-node@v2 with: node-version: '16'