Skip to content

Commit

Permalink
Use previously set env:token by bot defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 1, 2024
1 parent a8d967a commit 1bed0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: ⚙ sponsors
shell: pwsh
env:
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
token: ${{ env.GH_TOKEN }}
run: |
dotnet tool update -g dotnet-sponsor
$owners = gc owners.json | convertfrom-json
Expand Down

0 comments on commit 1bed0f1

Please sign in to comment.