mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: check out with GITHUB_TOKEN
This commit is contained in:
parent
8755ba0dc8
commit
a8872cdf93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
ref: ${{ matrix.branches }}
|
ref: ${{ matrix.branches }}
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Create update branch
|
- name: Create update branch
|
||||||
run: git checkout -b csupdate/${{ matrix.branches }}
|
run: git checkout -b csupdate/${{ matrix.branches }}
|
||||||
- name: Initialize mandatory git config
|
- name: Initialize mandatory git config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue