Open ctron opened 5 years ago
It might be worth documentation that you can also use a "robot account":
Assuming you have the following robot credentials: me+bot / 0123456789001234567890012345678900123456789001234567890012345678.
me+bot
0123456789001234567890012345678900123456789001234567890012345678
You can do:
TOKEN=$(echo -n "me+bot:0123456789001234567890012345678900123456789001234567890012345678" | base64 -w0) operator-courier push <dir> <user> <repo> <version> "basic $TOKEN"
It might be worth documentation that you can also use a "robot account":
Assuming you have the following robot credentials:
me+bot
/0123456789001234567890012345678900123456789001234567890012345678
.You can do: