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 (3aeb29)
by Rob
04:09
created

Repository Config

build:
    environment:
      php:
        version: 7.2
        pecl_extensions: 
          - xdebug
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - 'chmod u+x run_phpunit'
                    - command: './run_phpunit AIzaSyCO_gc4TRNQupcJ9FB9b3bRkFBgcMelBko' 
                      environment: { GOOGLE_API_KEY: 'AIzaSyCO_gc4TRNQupcJ9FB9b3bRkFBgcMelBko' }
                      idle_timeout: 600
                      background: false
        tests: true
    
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
filter: {  }
tools:
    external_code_coverage: true