Answers for "how to get token of a raw github file"

0

how to get token of a raw github file

curl -H 'Authorization: token <personal_token>' <raw_url>
curl -v -o mysh.sh -H 'Authorization: token <personal-access_token>' https://raw.githubusercontent.com/admin/CICD/master/cicd.sh?token=AKNX3RPGGGQA5KGXL5AQYUS7DBW4I
Posted by: Guest on July-22-2020

Code answers related to "how to get token of a raw github file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language