We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926e72f commit 3c95c53Copy full SHA for 3c95c53
1 file changed
.github/workflows/Nightly-Run.yml
@@ -13,4 +13,5 @@ permissions:
13
jobs:
14
Process-PSModule:
15
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v4
16
- secrets: inherit
+ secrets:
17
+ APIKey: ${{ secrets.APIKey }}
0 commit comments