Commit 272dfea
committed
Use recommended form for "Authorization" header in GitHub API requests
The previous "token" format works fine, but the "Bearer" format is the one used in the snippets in the GitHub REST API
documentation so this format makes the code easier to understand.1 parent 52c3d5f commit 272dfea
File tree
2 files changed
+2
-2
lines changed- reportsizedeltas
- tests
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
894 | | - | |
| 894 | + | |
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
| |||
0 commit comments