our github enterprise server have no unauthorized access. .cr.yaml ``` owner: <owner> git-repo: <repo> token: <token> git-base-url: https://<github-enterprise-url>/api/v3/ git-upload-url: https://<github-enterprise-url>/api/uploads/ ``` So when i run ``` CR_TOKEN=<token> cr index --config .cr.yaml --charts-repo https://<github-enterprise-url>/pages/<owner>/<repo> --push ``` the content from the .cr-index/index.yaml is the login form from github enterprise server ;(