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
Push — master ( d663c6...634ce4 )
by Oliver
02:18
created

Checkout Config

checks:
  javascript: true
build:
  nodes:
    analysis:
      tests:
        override:
          - js-scrutinizer-run
          -
            command: eslint-run
            use_website_config: false
      environment:
        node:
          version: 8.11.1
    tests: true
    coverage:
      tests:
        override:
          - command: npm test
            coverage:
              file: coverage/clover.xml
              format: clover

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
                    -
                        command: eslint-run
                        use_website_config: false
            environment:
                node:
                    version: 8.11.1
        tests: true