ci: use github token provided by github environment instead of personal access toiken preventing looped workflows

This commit is contained in:
Anda Toshiki 2023-03-28 19:12:49 +08:00
parent 60dc0989d8
commit 3042ded78b

View File

@ -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: