diff --git a/.github/workflows/rss.yml b/.github/workflows/rss.yml index bd49f36..dd64fb3 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.GH_PAT }} + github_token: ${{ secrets.GH_PAT }} # personal access token branch: ${{ github.ref }} \ No newline at end of file