Skip to content

Commit efe1213

Browse files
Normalize workflow_call secret name to APIKey
The reusable workflow declared the gallery secret as APIKEY while every usage, the nested Publish-Module workflow, the test callers, and the README use APIKey. GitHub secret names are case-insensitive so publishing worked, but this removes the inconsistency Copilot flagged.
1 parent d5ddf98 commit efe1213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Process-PSModule
33
on:
44
workflow_call:
55
secrets:
6-
APIKEY:
6+
APIKey:
77
description: The API key for the PowerShell Gallery.
88
required: true
99
TestData:

0 commit comments

Comments
 (0)