Skip to content

Commit 4cfebc7

Browse files
committed
Fix login
1 parent a5d8933 commit 4cfebc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./FetchGHSponsors
3434
env:
3535
GH_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
36-
GH_LOGIN: your-org
36+
GH_LOGIN: MonoGame
3737

3838
- name: Setup .NET Core SDK
3939
uses: actions/setup-dotnet@v4

.github/workflows/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./FetchGHSponsors
3131
env:
3232
GH_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
33-
GH_LOGIN: your-org
33+
GH_LOGIN: MonoGame
3434

3535
- name: Setup .NET Core SDK
3636
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)