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.
Passed
Pull Request — master (#6)
by
unknown
07:10 queued 03:44
created

Checkout Config

build:
    environment:
        python: 3.7.1

        variables:
            PYTHON_VERSIONS: '3.7.1 3.6.3'

    tests:
        override:
            - 'pyenv local $PYTHON_VERSIONS'
            - command: 'tox'

Repository Config

# language: python
# tests: true
checks:
    python:
        duplicate_code: true
        code_rating: true
        classes_valid_slots: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
                    - py-scrutinizer-run