Merge pull request #108

This commit is contained in:
symfony-flex-server[bot]
2017-10-21 16:15:11 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
services:
Github\Client:
class: Github\Client
# Uncomment to enable authentication
#calls: ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]
+10
View File
@@ -0,0 +1,10 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GITHUB_AUTH_METHOD": "\"http_password\"",
"GITHUB_USERNAME": "\"username\"",
"GITHUB_SECRET": "\"password_or_token\""
}
}