Skip to content

Commit 97ed6c0

Browse files
committed
update secrets
1 parent 06dfdb1 commit 97ed6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
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

0 commit comments

Comments
 (0)