Do you know how to import a macro from Github to Warp10 using WarpScript ?
[ 'https://github.com/miton18/test-ws/blob/master' ] WF.SETREPOS
WF.GETREPOS
'miton18/test-ws' 'me' IMPORT
[ NEWGTS ] @me/renameWithLabel
content of renameWithLabel.mc2 on Git:
<% DROP DUP LABELS $label GET RENAME %> LMAP
as explained here: https://blog.senx.io/share-your-warpscript-macros/
Your macro must be in a sub folder ;)
But for private repos, try https://user:pass@xxxx or modify the Warp 10 configuration.