From 75f5b2093ee76c39dc6d1e33f781a79edf3cd93a Mon Sep 17 00:00:00 2001 From: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> Date: Thu, 9 Jan 2025 02:01:45 +0900 Subject: [PATCH] [FB] Workflow | Fix secrets --- .github/workflows/windows-codesign.yml | 3 +++ .github/workflows/wrapper_windows-build.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/windows-codesign.yml b/.github/workflows/windows-codesign.yml index 270ac1289b7c..a0235f575bf0 100644 --- a/.github/workflows/windows-codesign.yml +++ b/.github/workflows/windows-codesign.yml @@ -21,6 +21,9 @@ on: SIGNPATH_API_TOKEN: description: "SignPath API Token" required: true + PAT: + description: "Personal Access Token" + required: true workflow_dispatch: inputs: diff --git a/.github/workflows/wrapper_windows-build.yml b/.github/workflows/wrapper_windows-build.yml index 0091017e71a4..2ebb04595d34 100644 --- a/.github/workflows/wrapper_windows-build.yml +++ b/.github/workflows/wrapper_windows-build.yml @@ -39,3 +39,4 @@ jobs: arch: ${{ inputs.aarch64 }} secrets: SIGNPATH_API_TOKEN: ${{ secrets.SIGNPATH_API_TOKEN }} + PAT: ${{ secrets.PAT }}