From 60dc0989d8a3b46c6d44602834bcf057f67fa22a Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 28 Mar 2023 19:09:42 +0800 Subject: [PATCH] ci: use personally access token istead of prebuilt github token during checkout --- .github/workflows/rss.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rss.yml b/.github/workflows/rss.yml index dd64fb3..1a7627b 100644 --- a/.github/workflows/rss.yml +++ b/.github/workflows/rss.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Check out the latest commit of the repository history uses: actions/checkout@v2 + with: + token: ${{ secrets.GH_PAT }} - name: Set up node environment uses: actions/setup-node@v3 with: