Skip to content

Commit

Permalink
(maint) Fix environment variable names to match secret names set on t…
Browse files Browse the repository at this point in the history
…he repository
  • Loading branch information
steviecoaster committed Jul 9, 2021
1 parent f1af643 commit 00bf895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
build:
runs-on: windows-latest
env:
NugetApiKey: ${{ secrets.PowerShellGalleryApiKey }}
ChocoApiKey: ${{ secrets.ChocolateyCommunityRepositoryApiKey }}
NugetApiKey: ${{ secrets.NugetApiKey }}
ChocoApiKey: ${{ secrets.ChocoApiKey }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 00bf895

Please sign in to comment.