📌  相关文章
📜  添加 GITHUB 部署密钥 curl - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:29.881000             🧑  作者: Mango

代码示例1
curl -X POST -F "login=username" -F "token=ApiToken" https://github.com/api/v2/json/repos/key/username/myrepo/add -F "title=TheTitle" -F "key=ssh-rsa xxxxx..."

{"public_keys":[]}