set GH_TOKEN for PDCC installer step

This commit is contained in:
lincube
2026-04-20 13:18:32 +08:00
parent 8447910fee
commit e82c5d41fd

View File

@@ -787,6 +787,8 @@ jobs:
- name: Install PDCC
shell: pwsh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./scripts/Install-Pdcc.ps1 -Repository "ClassIsland/PhainonDistributionCenter" -OutputDir "./pdcc"