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 (#3)
by Martin
13:09
created

Checkout Config

build:
    environment:
        timezone: 'Europe/Berlin'
        postgresql: false
        node: false
        redis: false
        variables:
            COMPOSER_MEMORY_LIMIT: -1

    tests:
        override:
        -   command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
            coverage:
                file: 'clover.xml'
                format: 'clover'

    nodes:

        deps_lowest:
            environment:
                php: '7.2'
            dependencies:
                before:
                    - command: composer update --prefer-lowest
                      idle_timeout: 600
                    
        php_72:
            environment:
                php: '7.2'

Repository Config

# language: php

# tests: true