From 4fd9c591d798c0eb179238bdd89e6807f6b8358c Mon Sep 17 00:00:00 2001 From: erikoleary Date: Tue, 14 Jul 2020 19:41:41 -0500 Subject: [PATCH] Switch to secret access syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab85a3b..d871ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"