Skip to content

Commit

Permalink
chore: remove gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpomerenke committed Aug 14, 2024
1 parent aa34011 commit b390649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/2024-08-08-david-stars.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
" \"https://api.github.com/search/repositories\",\n",
" headers={\n",
" \"Accept\": \"application/vnd.github.preview\",\n",
" \"Authorization\": \"Bearer github_pat_***REMOVED***\",\n",
" \"Authorization\": \"Bearer github_pat_XXX\",\n",
" },\n",
" params={\"q\": span.a[\"href\"].split(\"github.com/\")[1]},\n",
" ).json()[\"items\"]\n",
Expand Down

0 comments on commit b390649

Please sign in to comment.