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 }}