mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Fix Github\Client calls configuration
This commit is contained in:
@@ -2,4 +2,5 @@ services:
|
||||
Github\Client:
|
||||
class: Github\Client
|
||||
# Uncomment to enable authentication
|
||||
#calls: ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]
|
||||
#calls:
|
||||
# - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]
|
||||
|
||||
Reference in New Issue
Block a user