Skip to content

Commit 96ca2b1

Browse files
authored
Update sponsor.yml to use org-access token
GH_TOKEN is now a limited bot token so it cannot access sponsorships.
1 parent 4b7f922 commit 96ca2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sponsor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
continue-on-error: true
1212
env:
13-
token: ${{ secrets.GH_TOKEN }}
13+
token: ${{ secrets.DEVLOOPED_TOKEN }}
1414
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
1515
steps:
1616
- name: 🤘 checkout

0 commit comments

Comments
 (0)