auth.json.sample 234 Bytes
{
    "github-oauth": {
        "github.com": "<github-personal-access-token>"
    },
    "http-basic": {
        "repo.magento.com": {
            "username": "<public-key>",
            "password": "<private-key>"
        }
    }
}