From e82c5d41fd6b5d5231d9524f59945b420b2dca7a Mon Sep 17 00:00:00 2001 From: lincube Date: Mon, 20 Apr 2026 13:18:32 +0800 Subject: [PATCH] set GH_TOKEN for PDCC installer step --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec5cdb1..4382019 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"