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 Setup Failed
Push — master ( f96a6f...f05658 )
by Chris
06:02 queued 01:25
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage: false
    php_code_coverage:      false
    php_code_sniffer:
        config:
            standard: 'Zend'
    php_changetracking: false
    php_sim: true
    php_cs_fixer: true
    php_mess_detector: true
    php_pdepend: true

    # https://scrutinizer-ci.com/docs/tools/php/php-analyzer/config_reference
    php_analyzer:
        enabled: true
        config:
            suspicious_code:
                non_existent_class_in_instanceof_check: false
                non_existent_class_in_catch_clause: false
    sensiolabs_security_checker: true

build:
    environment:
        php: { version: 5.4.28 }

build_failure_conditions:
    - 'elements.rating(<= C).exists'
    - 'issues.count > 10'
    - 'issues.new.exists'
    - 'project.metric("scrutinizer.quality", < 9.80)'

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true