Skip to content

Commit 878f762

Browse files
committed
Properly use sponsors PR token
1 parent 212ceff commit 878f762

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sponsors.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
2727
labels: "ignore-for-release"
2828
delete-branch: true
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.SPONSORS_PR_TOKEN }}
29+
token: ${{ secrets.SPONSORS_PR_TOKEN }} }}

0 commit comments

Comments
 (0)