ci: use personally access token istead of prebuilt github token
This commit is contained in:
parent
3bca4e266d
commit
5fd9615cd5
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.GH_PAT }}
|
||||
github_token: ${{ secrets.GH_PAT }} # personal access token
|
||||
branch: ${{ github.ref }}
|
||||
Loading…
Reference in New Issue
Block a user