Skip to content

Commit

Permalink
ci: replace content-delivery-release-bot with token
Browse files Browse the repository at this point in the history
For releases to PyPI, migrate away from password-based auth with
content-delivery-release-bot to using a token instead.  (Tokens
were not available at the time content-delivery-release-bot was
introduced.)

Reasons for doing this include:

- the team associated with content-delivery-release-bot doesn't
  exist any more
- tokens are project-scoped, so any accidents which expose this
  token will not put any other projects at risk & won't require
  token resets for any other project
  • Loading branch information
rohanpm committed Jun 21, 2020
1 parent 37a6f4a commit 06b44a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ after_success:
deploy:
# Adding a new tag automatically releases to PyPI.
provider: pypi
user: content-delivery-release-bot
user: __token__
password:
secure: mbwepZxFTZb5OxgIr9XcYJzHYHj2xeSSfciGW8ZIycqLcV7j+j1amoc/81Smj1CBmcyLrA9VHuOPt60GhQbn7NYxaJY3bz8aAMx9FwUZwjwbvjhcWuruQ64g195AToC9NTqJ/44emioJHcXZuwaO79rjWOhBcdnAKnypfebmxDSp73WHcpHduZUJc8V32AM8lJJFi7G+K2ExENxyRt9Jp8j16re5UJ9L6LHiPRD11/sOZ3dyzIfKz+HJ4nYsEi9Z+h4+VLh8kBqDVlCFCVgEWhQfrP+hUe0QapJtiBEDwB9Uv7b+r7JmbStPmIJCp0QHOkTB//cqs9XSN37xiKZ+0LhwQze1VJwWR/sRCnZQCX96y6StBgjNnTB3dSD2oimQdL6NDXvkpVOFmN24O810SeSy4RxRiM3X1aDCtRLIa5jp8SaKvLJWuxOMOXtr3nhR9BBeqjNZCFKEXwWWCo2IyLRYIwDj3kFPOTRfn6SQhA96CZspE4vgNcdXDwt6MLNZYtlNxnlj2x9adHed20dAYt/18Xj3kV2pJiI3wwF6Deo0AAAy0h0eJT5g7BOikl4UaeRWtsb1YJCW3QcInnTbvlBLB9Wsxbsh1Vq015E/EEjC63ztXCLj9vtafpjTMN0c3XHakWwKRdbh8Rdjp8G8PxLRF3MRfbCPNrYWmuynIUY=
secure: EU53wKkWnWP0EWn4Oi1X2zlNmOJsR9UeVc1fDvcPIB3rxOX10vXdT95ONvFXC1kksPm/Juf5Wtpq7mfa7J0ZKcOkPImHseCAlwFiJYr7TZPjQiI6Ri3o1p3nRkCali2ClTC1GVZuSJQmeby4qFIQ6OsJ3W6EDMMg7TDXyaTNMSFfCA+76bXl+8Zwq9Jkvzfmsq57HZya0KX3SG5y3mLQpPm260xc74o2zekiSJbhaVkmT8EzDtgNJj+DeGxBd1yJN0ssNzDO3wqbgxM3br8a25Wd5rkduNlQfGHNuEP6kvYoHxrqSV56sAN1i5Le5/Uw3tDIY3WKiR1txatcZJcQxwlUX+H4yt/rSXpdNGT/5U2AUf8aXZxQgKyADHcJflhiiv3pTPi3UdOaJadkMr0uOqa//549I0hTq27nEcWdSxVvWd4UUtjVRFY8syOg6jdkdNgmJKIHmRUL+Zh1tbdU0lITlpx2/ogZxOXZ8Zt03L55MwpZpdVv23vZSljD5ODTFkrxJSAhCnTBRH86yLQKb1GMXspkDfk5BrHX7pdnlbvasqFKH2BAIwBI+zOZQGk6Hx6HxU0yabR4+leyUpv9Y2bgsgxE6FEzRslzCdT9XdRW76YqVLChXzdPOL5BjSbUKeP775h6qztmA7ZJpRqXOS7WOcWUJIrVU8/uCw85B3Q=
on:
tags: true
# Only one of the environments in the matrix should have
Expand Down

0 comments on commit 06b44a9

Please sign in to comment.