Files
symfony-flex-recipes-contrib/archived/knplabs.github-api/4e15945b6d8552eefa6496010d73abe95d781205.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

31 lines
1.0 KiB
JSON

{
"manifests": {
"knplabs/github-api": {
"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:",
" Github\\Client:",
" class: Github\\Client",
" # Uncomment to enable authentication",
" #calls: ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]",
""
],
"executable": false
}
},
"ref": "4e15945b6d8552eefa6496010d73abe95d781205"
}
}
}