Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1 KB

README.md

File metadata and controls

27 lines (19 loc) · 1 KB

rickroll

Until travis-ci supports organization-level variables (which is probably never, see travis-ci/travis-ci#2069), we need to find a way to properly set and rotate access tokens for the various services we need (github releases, target repository, etc).

This simple project is tasked to do exactly that - it cycles through every project on the listed organizations, and updates their secret variables.

Adding or modifying a new variable

Go to this repository's settings in the Travis CI Web-UI, and change the variables there.

If the variable has been already added previously, just trigger a new Build via the Travis CI Web-UI.

If the variable is new, you should update the rickroll.sh script.

Adding a new repository

Variables are synced to every repository, so if you add a new one, just be sure to trigger a rebuild via the Web-UI.