operator-courier icon indicating copy to clipboard operation
operator-courier copied to clipboard

Documenting robot account

Open ctron opened this issue 6 years ago • 0 comments

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:

TOKEN=$(echo -n "me+bot:0123456789001234567890012345678900123456789001234567890012345678" | base64 -w0)
operator-courier push <dir> <user> <repo> <version> "basic $TOKEN"

ctron avatar Jun 25 '19 08:06 ctron