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
Update token.
It uses my token now. But I can't see my old tokens exist in settings. I am not sure why. Maybe they are still effective but I can't see, maybe because seems new token security policy in there (must encrypt in repo, encrypted information can't be copied to other project) or something else. Or they were actually removed because I changed my email or some other operations.
Change PULL_REQUEST_ID to PRONTO_PULL_REQUEST_ID. Old one is deprecated.
Change make deploy_doc to make -C docs/ setup_gh_pages generate deploy or something else that can deploy project page successfully and automatically.
The text was updated successfully, but these errors were encountered:
The missing token could be related to this: https://blog.travis-ci.com/2017-05-08-security-advisory
GitHub revoked some tokens that were exposed. If this is the case you should have received an e-mail from GitHub Security.
Oh, thanks @lubomir . I changed my github email from RedHat one to current one 2 days ago. I think I missed the mail.
Finally the leak is fixed. I echoed the environment variable which was assigned token value in .travis.yml,and I found the leak that encrypted information could be printed in that time. At the same time, I also wondered if I could copy other person's encrypted information to my .travis.yml and echo something like related environment variable. I think maybe my tokens were revoked because of it.
Update token.
It uses my token now. But I can't see my old tokens exist in settings. I am not sure why. Maybe they are still effective but I can't see, maybe because seems new token security policy in there (must encrypt in repo, encrypted information can't be copied to other project) or something else. Or they were actually removed because I changed my email or some other operations.
Change
PULL_REQUEST_ID
toPRONTO_PULL_REQUEST_ID
. Old one is deprecated.Change
make deploy_doc
tomake -C docs/ setup_gh_pages generate deploy
or something else that can deploy project page successfully and automatically.The text was updated successfully, but these errors were encountered: