Skip to content

Commit

Permalink
Replace a GH_TOKEN probably owned by cgruber with one owned by me.
Browse files Browse the repository at this point in the history
This will hopefully restore snapshot Javadoc generation.

cgruber's token:
55fffba

Process:
  Go to https://github.com/settings/tokens/new, and generate a new token with public_repo permission.
  sudo gem install travis
  travis encrypt -r google/truth GH_TOKEN=`cat` --add env.global
    # and then enter the token

Note that the *encrypted* token appears to be a per-repository value:
  https://badel2.github.io/2018/09/15/github-token-from-travis.html

And I didn't save my token. If we need a new encrypted-token line for another project, we'll have to generate a new token. That seems fine.

Fixes(?) #662

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=293189139
  • Loading branch information
cpovirk committed Feb 4, 2020
1 parent 0d379b5 commit 29f6df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
global:
- secure: Q8O565LFFwytrjS+vRHlzw0sYGjFA4npvaMbyG5w3uoodnHKTh0tMOwiToGzGS0CHRf83LffTlbodVVIWkiyzxcbNwMslkOxLpFtI0Hif2apb/mSQ6vdO/SXTb1MVwQBqBGCF47KBw5XDjvRbXmIh8+4z9yIBO8oWqEbHvBYQl0=
- secure: EMRsJLQfGoSrArcemMmjmlI4Ut2eGoLgIW/lxHEa/zSzOqSGMUdxo7+Hd23VxQqWWYAa2fV4NPSUqBZrJkS6RFxQOE4CYLpmVenSRdVTNXa0Cw+48k6aw4/kOfOafn7s5EJ/pA0dYjFgj1V2F+vRIywrNs0tpziFanWvMVUBAOY=
- secure: XpixMe6WG/U2lUgbkZohDDiDJnrXdra+K+AUvg8ze35Wd6ffPdHh9oLMR6DbMq82VV21G9WcJyRQM7g/mCBHOXDt6/0fj/IPUaev15QsJITF1TAJRISxL4DClsJX6U7i2y+KaZ1pOSnsEFvDHE7QM9+DYqG4cPX++bt7Lr33v+4=
- secure: Iru4rmBn4413LXymS4qhoBDHLIgGDAXvt9d4UA9D3MIZkuwESri2ZFe3aWH3LGytcr9p8mxKAkZwUSrOdM3x967ExMtaeIwwi7Y1d0RmdYIbFMqi08W0EJSdYb3/O8FN9jzBP/JieIdqAYrCSnDF4WI29YS9x4HtIdHNdc/ruA0=

after_success:
- bash util/generate-latest-docs.sh
Expand Down

0 comments on commit 29f6df4

Please sign in to comment.