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.
Completed
Branch master (f6fad4)
by Marko
01:08
created

Checkout Config

checks:
    php:
        code_rating:        true
        duplication:        true
        no_exit:            false
        no_global_keyword:  false
        one_class_per_file: false
filter:
    excluded_paths:
        - tests/*
        - bin/*
        - languages/*
tools:
    php_code_sniffer:
        config:
            standard: "WordPress"

Repository Config

# language: php

checks:
    php:
        no_exit: true
        no_global_keyword: false
        one_class_per_file: false