mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
use GITHUB_TOKEN
This commit is contained in:
parent
168a2ef63a
commit
ab01c7a6d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue