File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uses : ./.github/workflows/workflow.yml
3131 secrets :
3232 APIKey : ${{ secrets.APIKey }}
33+ GitHubAppClientId : ${{ secrets.PSMODULE_CLIENT_ID }}
34+ GitHubAppPrivateKey : ${{ secrets.PSMODULE_PRIVATE_KEY }}
3335 TestData : >-
3436 {
3537 "secrets": {
Original file line number Diff line number Diff line change 3030 uses : ./.github/workflows/workflow.yml
3131 secrets :
3232 APIKey : ${{ secrets.APIKey }}
33+ GitHubAppClientId : ${{ secrets.PSMODULE_CLIENT_ID }}
34+ GitHubAppPrivateKey : ${{ secrets.PSMODULE_PRIVATE_KEY }}
3335 TestData : >-
3436 {
3537 "secrets": {
Original file line number Diff line number Diff line change 66 APIKey :
77 description : The API key for the PowerShell Gallery.
88 required : true
9+ GitHubAppClientId :
10+ description : Generic GitHub App client ID secret for caller mapping.
11+ required : true
12+ GitHubAppPrivateKey :
13+ description : Generic GitHub App private key secret for caller mapping.
14+ required : true
915 TestData :
1016 description : |
1117 Optional single-line JSON object carrying all data the module test jobs
7783 # - ✅ Manual run - Always runs to load configuration
7884 Plan :
7985 uses : ./.github/workflows/Plan.yml
86+ secrets :
87+ GitHubAppClientId : ${{ secrets.GitHubAppClientId }}
88+ GitHubAppPrivateKey : ${{ secrets.GitHubAppPrivateKey }}
8089 with :
8190 SettingsPath : ${{ inputs.SettingsPath }}
8291 Debug : ${{ inputs.Debug }}
@@ -246,6 +255,8 @@ jobs:
246255 uses : ./.github/workflows/Publish-Module.yml
247256 secrets :
248257 APIKey : ${{ secrets.APIKey }}
258+ GitHubAppClientId : ${{ secrets.GitHubAppClientId }}
259+ GitHubAppPrivateKey : ${{ secrets.GitHubAppPrivateKey }}
249260 needs :
250261 - Plan
251262 - Get-TestResults
You can’t perform that action at this time.
0 commit comments