Skip to content

Commit 636e9b9

Browse files
Specify APIKey secret in Process-PSModule workflow
1 parent b00a9ab commit 636e9b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ permissions:
2727
jobs:
2828
Process-PSModule:
2929
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v4
30-
secrets: inherit
30+
secrets:
31+
APIKey: ${{ secrets.APIKey }}

0 commit comments

Comments
 (0)