From 33890ec5bd7217dffc994f406b56afd1a8bfe5de Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 14:17:17 -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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index ff11d83..bf7f5ab 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,5 +1,4 @@ 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 @@ -22,10 +20,6 @@ jobs: github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target' ) - # Workflows in the same org or enterprise can use the inherit keyword to implicitly pass secrets secrets: inherit - with: - repo_config: true - repo_default_branch: main - repo_description: "Run a Kubernetes cluster on balenaCloud via k3s!" + with: {}