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
The coveralls repository token is supposed to be private because it grants write access. DART sets COVERALLS_REPO_TOKEN in its .travis.yml file, which is public. I suggest:
removing COVERALLS_REPO_TOKEN from .travis.yml
generating a new repository token for coveralls
set COVERALLS_REPO_TOKEN to the new token on Travis as a hidden environment variable
The coveralls repository token is supposed to be private because it grants write access. DART sets
COVERALLS_REPO_TOKEN
in its.travis.yml
file, which is public. I suggest:COVERALLS_REPO_TOKEN
from.travis.yml
COVERALLS_REPO_TOKEN
to the new token on Travis as a hidden environment variableThis is what I did in personalrobotics/aikido#25 and it works great!
The text was updated successfully, but these errors were encountered: