security - Travis secure variable in pull request -
the documentation of travis ci indicates secure env variables "makes available on pull requests coming same repository. these considered trustworthy, members write access repository can send them.".
when checking in pr on same repository, these variables aren't available, , can see flag travis_secure_env_vars
set false.
is documentation wrong or incomplete, or there missing make works?
Comments
Post a Comment