mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"GITHUB_AUTH_METHOD": "\"http_password\"",
|
|
"GITHUB_USERNAME": "\"username\"",
|
|
"GITHUB_SECRET": "\"password_or_token\""
|
|
}
|
|
}
|