Skip to content

Commit

Permalink
Remove repo config from flowzone.yml
Browse files Browse the repository at this point in the history
This functionality is being deprecated in Flowzone.

See: product-os/flowzone#833

Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Dec 19, 2023
1 parent 6af8d9c commit 33890ec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Flowzone

on:
pull_request:
types: [opened, synchronize, closed]
Expand All @@ -8,7 +7,6 @@ on:
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]

jobs:
flowzone:
name: Flowzone
Expand All @@ -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: {}

0 comments on commit 33890ec

Please sign in to comment.