Skip to content

Commit 71fed0d

Browse files
Fixing token param
1 parent 2095654 commit 71fed0d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
workflow_call:
55
secrets:
66
APIKey:
7+
description: 'The API key to use when publishing modules'
78
required: true
9+
GH_TOKEN:
10+
description: 'The GitHub token to use when testing and modules'
11+
required: false
812
inputs:
913
TestModuleSkip:
1014
type: boolean

0 commit comments

Comments
 (0)