Skip to content

Commit d1d17df

Browse files
committed
Declare SignPath secrets for reusable workflow
1 parent 164d959 commit d1d17df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cppcmake-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
NIGHTLY:
77
default: false
88
type: boolean
9+
secrets:
10+
SIGNPATH_API_TOKEN:
11+
required: false
12+
SIGNPATH_ORGANIZATION_ID:
13+
required: false
914
workflow_dispatch:
1015

1116
jobs:

0 commit comments

Comments
 (0)