Skip to content

Commit 13e4ce6

Browse files
fix: correct API key secret name to uppercase in workflow configuration
1 parent 6f4d0ed commit 13e4ce6

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
TEST_APP_ENT_CLIENT_ID:

0 commit comments

Comments
 (0)