We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed0916 commit 96ba998Copy full SHA for 96ba998
.github/workflows/add-sponsors.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Fetch sponsors
24
id: fetch-sponsors
25
run: |
26
- SPONSORS_JSON=$(curl -s -H "Authorization: token ${{ secrets.PAT }}" \
+ SPONSORS_JSON=$(curl -s -H "Authorization: bearer ${{ secrets.PAT }}" \
27
-X POST -d '{
28
"query": "query { user(login:\"${{ github.repository_owner }}\") { sponsorshipsAsMaintainer(first: 100) { nodes { sponsor { login, avatarUrl, url } } } } }"
29
}' https://api.github.com/graphql)
0 commit comments