Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fake GitHub homebrew token #467

Merged
merged 2 commits into from Aug 18, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Add fake Github Homebrew Token for Travis

We recently added a new homebrew nightly builder, which pushes to the
`servo/homebrew-servo` repository to make new binary nightlies
available via Homebrew. This requires a Github token to push to the
repository.

However, the original PR did not include a fake token for the Travis
failure, causing the builder to fail only on Travis (where the test
pillars did not have the corresponding token), but not in production.
  • Loading branch information
aneeshusa committed Aug 18, 2016
commit 0d3714757572456bca52ac2dcb309516ea71cd6f
@@ -4,6 +4,7 @@ buildbot:
'http-pass': 'TEST_BUILDBOT_HTTP_PASS'
'change-pass': 'TEST_BUILDBOT_CHANGE_PASS'
'gh-doc-token': 'TEST_BUILDBOT_GH_DOC_TOKEN'
'gh-homebrew-token': 'TEST_BUILDBOT_GH_HOMEBREW_TOKEN'
'gh-hook-secret': 'TEST_BUILDBOT_GH_HOOK_SECRET'
'gh-status-token': 'TEST_BUILDBOT_GH_STATUS_TOKEN'
'homu-secret': 'TEST_BUILDBOT_HOMU_SECRET'
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.