Skip to content

Commit 11ffaae

Browse files
committed
Trying to fix login.
1 parent 550c080 commit 11ffaae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pullrequest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Fetch GH Sponsors
3030
env:
3131
GH_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
32-
GH_LOGIN: your-org
3332
uses: ./FetchGHSponsors
3433

3534
- name: Setup .NET Core SDK

FetchGHSponsors/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
RESP=$(curl -s https://api.github.com/graphql \
1717
-H "Authorization: Bearer $GH_TOKEN" \
1818
-H "Content-Type: application/json" \
19-
-d "{\"query\":\"$QUERY\",\"variables\":{\"login\":\"$GH_LOGIN\"}}")
19+
-d "{\"query\":\"$QUERY\",\"variables\":{\"login\":\"MonoGame\"}}")
2020
2121
echo "=== Raw GraphQL response ==="
2222
echo "$RESP"

0 commit comments

Comments
 (0)