This solution is relevant if you are getting this message on the console output.


The most likely cause for this is the environment variables not being available inside this branch.
You can make sure this is the cause by using the echo command in your script.
test job:
script:
- echo $SURGE_LOGINPossible solutions
1. Make sure that you have used the correct key when defining the variables.
SURGE_LOGIN
SURGE_TOKEN
2. Make sure the variables are NOT protected.

I hope this helps. Let me know if you have any other questions related to this.