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: