Update Flex archives

This commit is contained in:
github-action[bot]
2021-12-18 17:21:01 +00:00
parent 0f51d4be82
commit f49d36fa18
993 changed files with 48580 additions and 0 deletions
@@ -0,0 +1,31 @@
{
"manifests": {
"knplabs/github-api": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GITHUB_AUTH_METHOD": "http_password",
"GITHUB_USERNAME": "username",
"GITHUB_SECRET": "password_or_token"
}
},
"files": {
"config/packages/github_api.yaml": {
"contents": [
"services:",
" Github\\Client:",
" class: Github\\Client",
" # Uncomment to enable authentication",
" #calls:",
" # - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]",
""
],
"executable": false
}
},
"ref": "343a54894c535b6ef0d1a297f543793b3852ea9d"
}
}
}
@@ -0,0 +1,30 @@
{
"manifests": {
"knplabs/github-api": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GITHUB_AUTH_METHOD": "http_password",
"GITHUB_USERNAME": "username",
"GITHUB_SECRET": "password_or_token"
}
},
"files": {
"config/packages/github_api.yaml": {
"contents": [
"services:",
" Github\\Client:",
" class: Github\\Client",
" # Uncomment to enable authentication",
" #calls: ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]",
""
],
"executable": false
}
},
"ref": "4e15945b6d8552eefa6496010d73abe95d781205"
}
}
}
@@ -0,0 +1,30 @@
{
"manifests": {
"knplabs/github-api": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GITHUB_AUTH_METHOD": "\"http_password\"",
"GITHUB_USERNAME": "\"username\"",
"GITHUB_SECRET": "\"password_or_token\""
}
},
"files": {
"config/packages/github_api.yaml": {
"contents": [
"services:",
" Github\\Client:",
" class: Github\\Client",
" # Uncomment to enable authentication",
" #calls: ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]",
""
],
"executable": false
}
},
"ref": "6b5f58454f636dc30bf00948e5fcae286e46ac6a"
}
}
}
@@ -0,0 +1,38 @@
{
"manifests": {
"knplabs/github-api": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GITHUB_AUTH_METHOD": "http_password",
"GITHUB_USERNAME": "username",
"GITHUB_SECRET": "password_or_token"
}
},
"files": {
"config/packages/github_api.yaml": {
"contents": [
"services:",
" Github\\Client:",
" arguments:",
" - '@Github\\HttpClient\\Builder'",
" # Uncomment to enable authentication",
" #calls:",
" # - ['authenticate', ['%env(GITHUB_USERNAME)%', '%env(GITHUB_SECRET)%', '%env(GITHUB_AUTH_METHOD)%']]",
"",
" Github\\HttpClient\\Builder:",
" arguments:",
" - '@?Http\\Client\\HttpClient'",
" - '@?Http\\Message\\RequestFactory'",
" - '@?Http\\Message\\StreamFactory'",
""
],
"executable": false
}
},
"ref": "a7d5781e4a8e84f1c238c43e4c9bb806f01d8a3f"
}
}
}