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