We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dfdb1 commit 97ed6c0Copy full SHA for 97ed6c0
.github/workflows/release.yaml
@@ -20,8 +20,8 @@ jobs:
20
- name: run-build-script
21
env:
22
GitHubPAT: ${{ secrets.AUTOMATED_BUILD_GITHUB_PAT }}
23
- NugetFeedAPIKey: ${{ secrets.NUGET_API_KEY }}
24
- PSGalleryAPIKey: ${{ secrets.PSGALLERY_API_KEY }}
+ NugetFeedAPIKey: ${{ secrets.TEMP_NUGET }}
+ PSGalleryAPIKey: ${{ secrets.TEMP_PSGALLERY }}
25
shell: pwsh
26
run: |
27
./PuppetPowerShell/.build/build.ps1 -BranchName $env:GITHUB_REF -Build 'release' -NugetFeedAPIKey $env:NugetFeedAPIKey -PSGalleryAPIKey $env:PSGalleryAPIKey -Verbose
0 commit comments