Skip to content

Commit

Permalink
Specify token and accept TOS on run
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 25, 2024
1 parent 73f6d81 commit 38e4994
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 @@ -5,7 +5,7 @@ on:
- cron: "0 3 * * *"

jobs:
changelog:
nuget:
runs-on: ubuntu-latest
steps:
- name: 🤖 defaults
Expand All @@ -25,7 +25,7 @@ jobs:
- name: ⚙ sponsors
run: |
dotnet tool update -g dotnet-sponsor
sponsor nuget
'${{ secrets.DEVLOOPED_TOKEN }}' | sponsor nuget --tos --with-token
- name: ⬆️ commit
run: |
Expand Down

0 comments on commit 38e4994

Please sign in to comment.