Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Nov 16, 2023
1 parent bb86e7e commit 388b174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
run: dotnet test --filter "Category!=AcceptanceTests"

- name: Acceptance test
env: ${{ secrets.HibpOptions__ApiKey }}
env:
HibpOptions__ApiKey: ${{ secrets.HibpOptions__ApiKey }}
run: dotnet test --filter "Category=AcceptanceTests"

- name: Pack
Expand Down

0 comments on commit 388b174

Please sign in to comment.