Update Workstations YAML: Set macOS update deadline (#10962)

This commit is contained in:
Noah Talerman 2023-04-06 19:42:04 -04:00 committed by GitHub
parent d776f713ad
commit 79e5f11664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -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