diff options
-rw-r--r-- | .github/workflows/dotnet.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index eb34285..e706147 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -72,7 +72,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 env: - NUGET_AUTH_TOKEN: ${{ secrets.NUGET_KEY }} + NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }} - name: Install dependencies run: dotnet restore - name: Build the package |