You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm doing something wrong, but it seems like the command line tool is not finding GEMNASIUM_TOKEN in my .gemnasium.yml. When I run gemnasium autoupdate run, it says:
auth: You must be logged in. Please use `gemnasium auth login` first, or pass your api token with --token or GEMNASIUM_TOKEN
Do I need to pass in an option to let it know to get the values from .gemnasium.yml?
The text was updated successfully, but these errors were encountered:
That worked, thanks! If possible, it would also be nice to be able to specify the GEMNASIUM_TESTSUITE variable in .gemnasium.yml. That way, I don't have to keep exporting the variable each time. I suppose I could put it in my .zshrc, but it would be preferable to have all gemnasium-related configuration in the same place. What do you think?
Maybe I'm doing something wrong, but it seems like the command line tool is not finding
GEMNASIUM_TOKEN
in my.gemnasium.yml
. When I rungemnasium autoupdate run
, it says:Do I need to pass in an option to let it know to get the values from
.gemnasium.yml
?The text was updated successfully, but these errors were encountered: