mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Backticks is not needed
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GITHUB_AUTH_METHOD": "\"http_password\"",
|
||||
"GITHUB_USERNAME": "\"username\"",
|
||||
"GITHUB_SECRET": "\"password_or_token\""
|
||||
"GITHUB_AUTH_METHOD": "http_password",
|
||||
"GITHUB_USERNAME": "username",
|
||||
"GITHUB_SECRET": "password_or_token"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user