mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 04:42:22 +00:00
4 lines
202 B
Plaintext
4 lines
202 B
Plaintext
let req = new_req("https://api.github.com/repos/elementary/switchboard-plug-wallet/commits/HEAD");
|
|
req.head("Authorization", `Bearer ${env("GITHUB_TOKEN")}`);
|
|
rpm.global("commit", json(req.get()).sha);
|