codeclimate / php-test-reporter

DEPRECATED PHP Test Reporter
Other
65 stars 31 forks source link

Provide missing GITHUB_API_KEY for Travis CI integration #118

Closed localheinz closed 7 years ago

localheinz commented 7 years ago

Steps required to reproduce the problem

  1. tag a commit and push to origin (or tag it via GitHub UI)

Expected Result

Actual Result

Related to #54.

💁‍♂️ What needs to be done here is

❗️ Danger zone, make sure to securely add this token, it should not be exposed to anyone (unless it is encrypted into .travis.yml).

dblandin commented 7 years ago

Hey @localheinz,

I just added a GitHub access token to the TravisCI project via the Environment Variables configuration section.

It currently has the public_repo scope. Let me know if the token needs additional permissions.

Thanks!

dblandin commented 7 years ago

Hey @localheinz,

Anything I can do to push this along?

dblandin commented 7 years ago

Going to go ahead and close this issue as the environment variable is now available during CI runs.