Is there a way to programmatically push to GitHub using an oauth token?

后端 未结 0 1090
旧时难觅i
旧时难觅i 2021-02-07 21:42

I want to use a shell script to push to a build repository. I have the following so far:

#!/bin/bash

cd ..

rm -rf api-analyzer-build

git clone https://$OAUTH_T         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题