From 79e5f11664cd1f774b980efd2d0453475ce845d0 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 6 Apr 2023 19:42:04 -0400 Subject: [PATCH] Update Workstations YAML: Set macOS update deadline (#10962) --- ...s-canary.yml => fleetctl-workstations-canary.yml} | 0 ...eetctl-profiles.yml => fleetctl-workstations.yml} | 12 ++++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) rename .github/workflows/{fleetctl-profiles-canary.yml => fleetctl-workstations-canary.yml} (100%) rename .github/workflows/{fleetctl-profiles.yml => fleetctl-workstations.yml} (78%) diff --git a/.github/workflows/fleetctl-profiles-canary.yml b/.github/workflows/fleetctl-workstations-canary.yml similarity index 100% rename from .github/workflows/fleetctl-profiles-canary.yml rename to .github/workflows/fleetctl-workstations-canary.yml diff --git a/.github/workflows/fleetctl-profiles.yml b/.github/workflows/fleetctl-workstations.yml similarity index 78% rename from .github/workflows/fleetctl-profiles.yml rename to .github/workflows/fleetctl-workstations.yml index 8f3937197c..7a2bdd0bf4 100644 --- a/.github/workflows/fleetctl-profiles.yml +++ b/.github/workflows/fleetctl-workstations.yml @@ -1,8 +1,8 @@ -# This workflow applies the latest MDM profiles to the workstations team. -# It uses a fleet instance also built and executed from source. +# This workflow applies the latest configuration profiles (macOS settings) and macOS updates minimum version and deadline to the workstations team. +# It uses a Fleet instance also built and executed from source. # -# It runs automatically when a file is changed in /mdm_profiles. -name: Apply latest MDM profiles +# It runs when the GitHub action is triggered manually +name: Apply latest configuration profiles and macOS updates on: push: @@ -61,7 +61,11 @@ jobs: team: name: 💻 Workstations mdm: + macos_updates: + minimum_version: "13.3.0" + deadline: "2023-04-07" macos_settings: + enable_disk_encryption: true custom_settings: $profiles " > team-workstations-config.yml