supabase login command does not work in gitlab ci/cd
Neither example works, I tried various attempts, even exporting the variable and the running the login command, i also tried specifying the --token flag, but nothing works.
I get the following error:
The variable SUPABASE_ACCESS_TOKEN is correctly set inside the Variables section. I can echo it and i get the correct value. I tried masking and unmasking it and it still does not work.
Thanks in advance.