ci: use personally access token istead of prebuilt github token during checkout
This commit is contained in:
parent
5fd9615cd5
commit
60dc0989d8
2
.github/workflows/rss.yml
vendored
2
.github/workflows/rss.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the latest commit of the repository history
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Set up node environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user