You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let url = "https://api.github.com/repos/scrtlabs/whitelist-test/contents/whitelist.txt?ref=master";
180
-
let token = "";
180
+
let token_hex = "6769746875625F7061745F313141434A4E50535130424350396277544D79324B4F5F42683849554B56446C493545714D727A7A6B44726677475A524E457A6E526B69506D5051527853636C524D59334243513551585563377339646334";
181
+
let token = String::from_utf8(hex::decode(token_hex).unwrap()).unwrap();
181
182
182
183
let https = hyper_rustls::HttpsConnectorBuilder::new()
0 commit comments