diff --git a/.github/workflows/rss.yml b/.github/workflows/rss.yml index b36d3b3..bd49f36 100644 --- a/.github/workflows/rss.yml +++ b/.github/workflows/rss.yml @@ -34,5 +34,5 @@ jobs: - name: Push changes to remote repository uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_PAT }} branch: ${{ github.ref }} \ No newline at end of file