ci: use personally access token istead of prebuilt github token
This commit is contained in:
parent
492e7193a9
commit
3bca4e266d
2
.github/workflows/rss.yml
vendored
2
.github/workflows/rss.yml
vendored
@ -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 }}
|
||||
Loading…
Reference in New Issue
Block a user