Add support to use file tokens
Gitlab support file environment variables that are safer in various context where other job pipelines may expose them in the project artifacts or unchecked outputs.
So, add *_FILE variants for the token variables that reads a file to
get the token instead of using the env variable value directly
Closes: #26 (closed)