Skip to content

Commit 4747e1b

Browse files
Normalize APIKey secret reference to match its declaration casing
1 parent be62f31 commit 4747e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Publish-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
Name: ${{ fromJson(inputs.Settings).Name }}
3838
ModulePath: outputs/module
39-
APIKey: ${{ secrets.APIKEY }}
39+
APIKey: ${{ secrets.APIKey }}
4040
WhatIf: ${{ github.repository == 'PSModule/Process-PSModule' }}
4141
AutoCleanup: ${{ fromJson(inputs.Settings).Publish.Module.AutoCleanup }}
4242
AutoPatching: ${{ fromJson(inputs.Settings).Publish.Module.AutoPatching }}

0 commit comments

Comments
 (0)