Skip to content

Commit dc9b684

Browse files
committed
Remove repo config from flowzone.yml
This functionality is being deprecated in Flowzone. See: product-os/flowzone#833 Change-type: patch Signed-off-by: Kyle Harding <[email protected]>
1 parent 6af8d9c commit dc9b684

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/flowzone.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Flowzone
2-
32
on:
43
pull_request:
54
types: [opened, synchronize, closed]
@@ -8,7 +7,6 @@ on:
87
pull_request_target:
98
types: [opened, synchronize, closed]
109
branches: [main, master]
11-
1210
jobs:
1311
flowzone:
1412
name: Flowzone
@@ -22,10 +20,6 @@ jobs:
2220
github.event.pull_request.head.repo.full_name != github.repository &&
2321
github.event_name == 'pull_request_target'
2422
)
25-
2623
# Workflows in the same org or enterprise can use the inherit keyword to implicitly pass secrets
2724
secrets: inherit
28-
with:
29-
repo_config: true
30-
repo_default_branch: main
31-
repo_description: "Run a Kubernetes cluster on balenaCloud via k3s!"
25+
with: {}

0 commit comments

Comments
 (0)