GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Pull Request — master (#17)
by
unknown
41s
created

Checkout Config

build_failure_conditions:
    - 'issues.label("coding-style").new.exists'
    - 'issues.severity(>= MAJOR).new.exists'

tools:
    external_code_coverage: false
    php_code_sniffer:
        config: { standard: 'PSR2' }

build:
    environment:
        php:
            version: 5.6.16
            ini:
                display_errors: true
                date.timezone: Europe/London
                memory_limit: 2G
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'php-clover'

Repository Config

# language: php