How To Get Token Of A Raw Github File

[Solved] How To Get Token Of A Raw Github File | Solidity - Code Explorer | yomemimo.com
Question : how to get token of a raw github file

Answered by : lucky-lyredragonbird

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

Source : | Last Update : Wed, 29 Jul 20

Answers related to how to get token of a raw github file

Code Explorer Popular Question For Solidity