Github
apiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
  name: github
spec:
  github:
    organization: flanksoure
    personalAccessToken:
      valueFrom:
        secretKeyRef:
          name: secret-name
          key: pat
Classic PAT
To create pull requests it is recommended to use a classic token with the repo OAuth scope.