File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 )]
4949 [ValidateNotNullOrEmpty ()]
5050 [string ]
51- $GitHubRepo = ' Brownserve.PSTools ' ,
51+ $GitHubRepo = ' PuppetPowerShell ' ,
5252
5353 # The PAT for pushing to GitHub
5454 [Parameter (
Original file line number Diff line number Diff line change 2020 - name : run-build-script
2121 env :
2222 GitHubPAT : ${{ secrets.AUTOMATED_BUILD_GITHUB_PAT }}
23- NugetFeedAPIKey : ${{ secrets.NUGET_API_KEY }}
24- PSGalleryAPIKey : ${{ secrets.PSGALLERY_API_KEY }}
23+ NugetFeedAPIKey : ${{ secrets.TEMP_NUGET }}
24+ PSGalleryAPIKey : ${{ secrets.TEMP_PSGALLERY }}
2525 shell : pwsh
2626 run : |
2727 ./PuppetPowerShell/.build/build.ps1 -BranchName $env:GITHUB_REF -Build 'release' -NugetFeedAPIKey $env:NugetFeedAPIKey -PSGalleryAPIKey $env:PSGalleryAPIKey -Verbose
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ These tools are designed to be cross-platform and have been tested on:
99* CentOS 7
1010* macOS 10.14
1111
12- Documentation can be found in the [ GitHub repository ] ( https://github.com/Brownserve-UK/PuppetPowerShell/tree/main/.docs/PuppetPowerShell.md )
12+ For help on specific cmdlets please check the [ documentation ] ( https://github.com/Brownserve-UK/PuppetPowerShell/tree/main/.docs/PuppetPowerShell.md )
You can’t perform that action at this time.
0 commit comments