Skip to content

Commit 3c95c53

Browse files
Fix nightly with access to the secret (#2)
1 parent 926e72f commit 3c95c53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Nightly-Run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ permissions:
1313
jobs:
1414
Process-PSModule:
1515
uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v4
16-
secrets: inherit
16+
secrets:
17+
APIKey: ${{ secrets.APIKey }}

0 commit comments

Comments
 (0)