We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c171d commit 69bfd6fCopy full SHA for 69bfd6f
2 files changed
.DS_Store
0 Bytes
teams/engineering.yml
@@ -7,7 +7,7 @@
7
# Then add that secret to .github/workflows/workflow.yml as an env variable.
8
# The secret name in the YAML file must match the secret name in GitHub Actions secrets.
9
10
-name: Workstations
+name: Engineering
11
policies:
12
- path: ../lib/macos-device-health.policies.yml
13
- path: ../lib/windows-device-health.policies.yml
@@ -23,5 +23,5 @@ controls:
23
- path: ../lib/set-timezone.script.sh
24
team_settings:
25
secrets:
26
- - secret: "$FLEET_WORKSTATIONS_ENROLL_SECRET"
+ - secret: "$FLEET_ENGINEERING_ENROLL_SECRET"
27
software:
0 commit comments