From a19eff0784b0314f0858dfc094901c5f44fddeba Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 28 Nov 2023 10:57:34 +0000 Subject: [PATCH] Update Flex endpoint --- ...550a9cfd3b79513056556c8f337ccdaecc28d.json | 31 +++++++++++++++++++ gponty.symfony-monday-api-bundle.1.0.json | 6 ++-- 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 archived/gponty.symfony-monday-api-bundle/a9d550a9cfd3b79513056556c8f337ccdaecc28d.json diff --git a/archived/gponty.symfony-monday-api-bundle/a9d550a9cfd3b79513056556c8f337ccdaecc28d.json b/archived/gponty.symfony-monday-api-bundle/a9d550a9cfd3b79513056556c8f337ccdaecc28d.json new file mode 100644 index 00000000..946626f4 --- /dev/null +++ b/archived/gponty.symfony-monday-api-bundle/a9d550a9cfd3b79513056556c8f337ccdaecc28d.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "gponty/symfony-monday-api-bundle": { + "manifest": { + "bundles": { + "Gponty\\MondayBundle\\MondayBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MONDAY_API_KEY": "your_monday_api_key" + } + }, + "files": { + "config/packages/monday.yaml": { + "contents": [ + "# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md", + "monday:", + " api_key: '%env(MONDAY_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "a9d550a9cfd3b79513056556c8f337ccdaecc28d" + } + } +} diff --git a/gponty.symfony-monday-api-bundle.1.0.json b/gponty.symfony-monday-api-bundle.1.0.json index 35310ab9..946626f4 100644 --- a/gponty.symfony-monday-api-bundle.1.0.json +++ b/gponty.symfony-monday-api-bundle.1.0.json @@ -11,8 +11,7 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "MONDAY_API_KEY": "your_monday_api_key", - "MONDAY_API_VERSION": "your_monday_api_version" + "MONDAY_API_KEY": "your_monday_api_key" } }, "files": { @@ -21,13 +20,12 @@ "# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md", "monday:", " api_key: '%env(MONDAY_API_KEY)%'", - " api_version: '%env(MONDAY_API_VERSION)%'", "" ], "executable": false } }, - "ref": "ad15a141cbc3a478d6c6b43e921ea2209dfa84a2" + "ref": "a9d550a9cfd3b79513056556c8f337ccdaecc28d" } } }