ci: use github token provided by github environment instead of personal access toiken preventing looped workflows
This commit is contained in:
parent
60dc0989d8
commit
3042ded78b
2
.github/workflows/rss.yml
vendored
2
.github/workflows/rss.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Check out the latest commit of the repository history
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Set up node environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user