Files
symfony-flex-recipes-contrib/knplabs.github-api.2.6.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

40 lines
1.7 KiB
JSON

{
"locks": {
"knplabs/github-api": {
"version": "2.6",
"recipe": {
"repo": "2.6",
"branch": "master",
"version": "2.6",
"ref": "a7d5781e4a8e84f1c238c43e4c9bb806f01d8a3f"
}
}
},
"manifests": {
"knplabs/github-api": {
"repository": "github.com/symfony/recipes-contrib",
"package": "knplabs/github-api",
"version": "2.6",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GITHUB_AUTH_METHOD": "http_password",
"GITHUB_USERNAME": "username",
"GITHUB_SECRET": "password_or_token"
}
},
"files": {
"config/packages/github_api.yaml": {
"contents": "services:\n Github\\Client:\n arguments:\n - '@Github\\HttpClient\\Builder'\n # Uncomment to enable authentication\n #calls:\n # - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]\n\n Github\\HttpClient\\Builder:\n arguments:\n - '@?Http\\Client\\HttpClient'\n - '@?Http\\Message\\RequestFactory'\n - '@?Http\\Message\\StreamFactory'\n",
"executable": false,
"encoding": ""
}
},
"origin": "knplabs/github-api:2.6@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}