Skip to content

Commit 22bfd70

Browse files
committed
Use correct api key name
1 parent 3c996b7 commit 22bfd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
needs: build-test
3434
env:
35-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
35+
NUGET_API_KEY: ${{ secrets.NUGET_KEY }}
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4

0 commit comments

Comments
 (0)