diff --git a/.github/workflows/rss.yml b/.github/workflows/rss.yml index 70c2cf4..aae3e6b 100644 --- a/.github/workflows/rss.yml +++ b/.github/workflows/rss.yml @@ -1,7 +1,7 @@ name: Update RSS feeds on README section on: - push: + # push: workflow_dispatch: # allow users to randomly trigger workflows for debugging schedule: - cron: '0 * * * *' # workflow run per 24 hours @@ -13,7 +13,7 @@ jobs: - name: Check out the latest commit of the repository history uses: actions/checkout@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} - name: Set up node environment uses: actions/setup-node@v3 with: