use GITHUB_TOKEN

This commit is contained in:
goat 2023-01-11 01:23:22 +01:00 committed by GitHub
parent 168a2ef63a
commit ab01c7a6d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,5 +42,5 @@ jobs:
git push origin csupdate-${{ matrix.branches }}
- name: Create PR
run: |
echo ${{ secrets.PAT }} | gh auth login --with-token
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
gh pr create --head csupdate-${{ matrix.branches }} --title "[${{ matrix.branches }}] Update ClientStructs" --body "" --base ${{ matrix.branches }}