Closed Peetee06 closed 2 months ago
Hi @Peetee06 👋
You can login on your machine and upload your credentials to a secret manager which you then use in ci. See https://workflows.vgv.dev/docs/workflows/mason_publish for an example.
@felangel awesome, I'll try the VGV workflow! Thank you very much! 🦾
@felangel awesome, I'll try the VGV workflow! Thank you very much! 🦾
No problem! Closing this for now but feel free to comment if you have any trouble and I’m happy to help!
Description
In order to continuously publish mason bricks I would like to be able to login to mason in a non-interactive shell.
I've tried:
StdinException: Error setting terminal line mode, OS Error: Inappropriate ioctl for device, errno = 25
.mason login --email test --password test
which has no effect and asks for the email and password anywaysAllowing to pass the email and password as arguments would do the trick.
I'd be happy to contribute myself :)