diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 43549207..57a42d67 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -38,9 +38,6 @@ jobs: # In addition, specify or add secrets for all the environment variables that are mentioned in the global/team YAML files. env: FLEET_API_TOKEN: ${{ secrets.FLEET_API_TOKEN }} - FLEET_DEDICATED_DEVICES_ENROLL_SECRET: ${{ secrets.FLEET_DEDICATED_DEVICES_ENROLL_SECRET }} - FLEET_EMPLOYEE_ISSUED_MOBILE_DEVICES_ENROLL_SECRET: ${{ secrets.FLEET_EMPLOYEE_ISSUED_MOBILE_DEVICES_ENROLL_SECRET }} - FLEET_IT_SERVERS_ENROLL_SECRET: ${{ secrets.FLEET_IT_SERVERS_ENROLL_SECRET }} FLEET_PERSONAL_MOBILE_DEVICES_ENROLL_SECRET: ${{ secrets.FLEET_PERSONAL_MOBILE_DEVICES_ENROLL_SECRET }} FLEET_URL: ${{ secrets.FLEET_URL }} FLEET_WORKSTATIONS_ENROLL_SECRET: ${{ secrets.FLEET_WORKSTATIONS_ENROLL_SECRET }} diff --git a/teams/dedicated-devices.yml b/teams/dedicated-devices.yml deleted file mode 100644 index 524eb253..00000000 --- a/teams/dedicated-devices.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: 🖥️ Dedicated devices -policies: -queries: -agent_options: -controls: -software: -team_settings: - secrets: - - secret: "$FLEET_DEDICATED_DEVICES_ENROLL_SECRET" diff --git a/teams/employee-issued-mobile-devices.yml b/teams/employee-issued-mobile-devices.yml deleted file mode 100644 index 21435f1f..00000000 --- a/teams/employee-issued-mobile-devices.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: 📱🏢 Employee-issued mobile devices -policies: -queries: -agent_options: -controls: -software: -team_settings: - secrets: - - secret: "$FLEET_EMPLOYEE_ISSUED_MOBILE_DEVICES_ENROLL_SECRET" diff --git a/teams/it-servers.yml b/teams/it-servers.yml deleted file mode 100644 index a6c0a316..00000000 --- a/teams/it-servers.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: ☁️ IT servers -policies: -queries: -agent_options: -controls: -software: -team_settings: - secrets: - - secret: "$FLEET_IT_SERVERS_ENROLL_SECRET"