Commit 2da12a4
committed
fix(pygithub): use Auth.Token API for newer PyGithub versions
The deprecated positional login_or_token argument no longer authenticates
in recent PyGithub releases; switch to the explicit Auth.Token form.
Signed-off-by: yuanyuyuan <az6980522@gmail.com>1 parent e4ae152 commit 2da12a4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments