From 32b7ac498d41cf99a4c810ffa4e9c4772e4eb2a9 Mon Sep 17 00:00:00 2001 From: Jason Alborough Date: Tue, 23 Nov 2021 17:01:06 -0500 Subject: [PATCH] fix: add nuget api key --- .github/workflows/EssentialsPlugins-BetaBuilds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/EssentialsPlugins-BetaBuilds.yml b/.github/workflows/EssentialsPlugins-BetaBuilds.yml index 4decafd..f9bd77e 100644 --- a/.github/workflows/EssentialsPlugins-BetaBuilds.yml +++ b/.github/workflows/EssentialsPlugins-BetaBuilds.yml @@ -256,6 +256,8 @@ jobs: echo "NUSPEC_FILE=$($nuspec_file.BaseName)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Add nuget.exe uses: nuget/setup-nuget@v1 + - name: Add nuget.org API Key + run: nuget setApiKey ${{ secrets.NUGET_API_KEY }} - name: Add Github Packages source run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }} - name: Create nuget package