Skip to content

Commit

Permalink
[FB] Workflow | Fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Jan 8, 2025
1 parent b325e7a commit 75f5b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-codesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
SIGNPATH_API_TOKEN:
description: "SignPath API Token"
required: true
PAT:
description: "Personal Access Token"
required: true

workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wrapper_windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
arch: ${{ inputs.aarch64 }}
secrets:
SIGNPATH_API_TOKEN: ${{ secrets.SIGNPATH_API_TOKEN }}
PAT: ${{ secrets.PAT }}

0 comments on commit 75f5b20

Please sign in to comment.