Skip to content

Commit

Permalink
Switch to secret access syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
onionhammer committed Jul 15, 2020
1 parent 98b67f5 commit 4fd9c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: dotnet test --no-restore --verbosity normal
- name: Push to NuGet
run: |
pwsh ./publish.ps1 -key "$NUGET_API_KEY"
pwsh ./publish.ps1 -key "${{ secrets.NUGET_API_KEY }}"

0 comments on commit 4fd9c59

Please sign in to comment.