Skip to content

Commit

Permalink
[bugfix] github restore dropped github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jkb0o committed Mar 1, 2021
1 parent 88b8184 commit e3408aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub struct Update {

impl Update {
pub fn execute(&self) -> Res<UpdateResult> {
let client = Github::new("399e795ad7b0a8d21b1b0667cc7bfe198517c902").unwrap();
let client = Github::new("bb6fd4eddf585aa78065a1730cd24a6612f60621").unwrap();
let repo_owner = "funexpected";
let repo_name = "flash-tools";
//let repo_name = "godot";
Expand Down

0 comments on commit e3408aa

Please sign in to comment.