This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / knot2 / lexicons / repo / push.json
322 B 10 lines
1{ 2 "lexicon": 1, 3 "id": "sh.tangled.repo.push", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Authorizes a git push to a knot over HTTP. A client mints a service-auth token with this method with the knot as its audience, then gives it on git-receive-pack & LFS object requests!" 8 } 9 } 10}