Skip to content

Commit

Permalink
src/github.py: Use individual member GitHub tokens when fetching comm…
Browse files Browse the repository at this point in the history
…its from GitHub
  • Loading branch information
cbrxyz committed Sep 30, 2024
1 parent f35ab86 commit 7525f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ async def get_user_contributions(
+ "+org:uf-mil+org:uf-mil-electrical+org:uf-mil-mechanical+committer-date:>="
+ start_format
)
commits = await self.fetch(commits_call)
commits = await self.fetch(commits_call, user_access_token=user_token)
commits = commits["items"]
commits.sort(
key=lambda commit: datetime.datetime.fromisoformat(
Expand Down

0 comments on commit 7525f73

Please sign in to comment.