diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 2dbf24da..4398914f 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -254,6 +254,7 @@ jobs: environment: nuget-release-gate # This gates this job until manually approved runs-on: ubuntu-latest permissions: + actions: read id-token: write contents: read @@ -274,7 +275,7 @@ jobs: id: login uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1 with: - user: ${{ secrets.NUGET_USER }} + user: jfversluis_MSFT - name: Push to NuGet.org run: >