From c4dff1057009c3fcec31355ab20a286b9a8e8109 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 15:19:24 -0500 Subject: [PATCH] Remove repo config from flowzone.yml This functionality is being deprecated in Flowzone. See: https://github.com/product-os/flowzone/pull/833 Change-type: patch Signed-off-by: Kyle Harding --- .github/workflows/flowzone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 4f796ae..fb1e28f 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,6 +1,5 @@ --- name: Flowzone - on: pull_request: types: [opened, synchronize, closed] @@ -8,7 +7,6 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] - jobs: flowzone: name: Flowzone @@ -18,8 +16,6 @@ jobs: uses: product-os/flowzone/.github/workflows/flowzone.yml@master secrets: inherit with: - repo_config: true - repo_description: "balenaCloud application used to configure balenaOS from supported metadata services" balena_slugs: | balena_os/cloud-config-amd64, balena_os/cloud-config-aarch64