Skip to content

Commit 11e672a

Browse files
🩹 [Patch]: Explicitly define APIKEY secrets in workflows and add README for module repository structure
1 parent 3b76b30 commit 11e672a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

‎.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 }}

‎.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 }}

‎src/README.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Details
2+
3+
For more info about the expected structure of a module repository, please refer to [Build-PSModule](https://github.com/PSModule/Build-PSModule)

0 commit comments

Comments
 (0)