mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #108
This commit is contained in:
@@ -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)%']]
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GITHUB_AUTH_METHOD": "\"http_password\"",
|
||||
"GITHUB_USERNAME": "\"username\"",
|
||||
"GITHUB_SECRET": "\"password_or_token\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user