From 3974bb1075477ae2c653a87ff380373062058d64 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 2 Oct 2024 18:01:19 -0300 Subject: [PATCH] Remove --with-token options Since we now don't use a custom token at all --- .github/workflows/nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 4ff758e..193c4ec 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -41,11 +41,11 @@ jobs: $owners = @('${{ github.event.inputs.owner }}') } foreach ($owner in $owners) { - sponsor nuget --tos --exceptions --oss-only false --with-token --force --owner $owner + sponsor nuget --tos --exceptions --oss-only false --force --owner $owner } # global stats for all packages if (${{ github.event.inputs.global || '$true' }}) { - sponsor nuget --tos --exceptions --force --with-token + sponsor nuget --tos --exceptions --force } - name: ⬆️ commit