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

Set up taking a GitHub access token #627

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Set up taking a GitHub access token for #606

  • Loading branch information
edunham committed Mar 23, 2017
commit ce1868edaa08c4b76597769ecf1a8753ec660a82
@@ -76,7 +76,11 @@ matrix:
language: python
python: 3.5

script: .travis/dispatch.sh
before_script:
- echo $GHTOKENLINE >> .travis/test_pillars/homu.sls

script:
- .travis/dispatch.sh

notifications:
webhooks: http://build.servo.org:54856/travis
@@ -1,5 +1,4 @@
homu:
'gh-access-token': 'TEST_HOMU_GH_ACCESS_TOKEN'
'gh-webhook-secret': 'TEST_HOMU_GH_WEBHOOK_SECRET'
'app-client-id': 'TEST_HOMU_APP_CLIENT_ID'
'app-client-secret': 'TEST_HOMU_APP_CLIENT_SECRET'
@@ -18,6 +18,18 @@ your own instance and run into trouble, file [an issue](https://github.com/servo

TravisCI is set up to test all configurations.

Environment variables:

With a valid GitHub access token instead of the following placeholder value,
set the `GHTOKENLINE` env var to:

```
'gh-access-token' : 'abc123def456'
```

The whole thing goes in the var because it's needlessly confusing to try to
sneak the punctuation through both bash and Travis's yaml parser.

## License

This repository is distributed under the terms of both the MIT license
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.