Skip to content

Commit

Permalink
Remove --with-token options
Browse files Browse the repository at this point in the history
Since we now don't use a custom token at all
  • Loading branch information
kzu authored Oct 2, 2024
1 parent d51684c commit 3974bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3974bb1

Please sign in to comment.