diff --git a/.github/workflows/fleetctl-workstations-canary.yml b/.github/workflows/fleetctl-workstations-canary.yml index d67951dae7..beb9fdf795 100644 --- a/.github/workflows/fleetctl-workstations-canary.yml +++ b/.github/workflows/fleetctl-workstations-canary.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply configuration profiles and updates - uses: fleetdm/fleet-mdm-gitops@026ee84a69cb89c869fedbe27c969bf89def418b + uses: fleetdm/fleet-mdm-gitops@v1.1.0 with: FLEET_API_TOKEN: $DOGFOOD_API_TOKEN FLEET_URL: $DOGFOOD_URL diff --git a/.github/workflows/fleetctl-workstations.yml b/.github/workflows/fleetctl-workstations.yml index cecfcb725c..166481840c 100644 --- a/.github/workflows/fleetctl-workstations.yml +++ b/.github/workflows/fleetctl-workstations.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply configuration profiles and updates - uses: fleetdm/fleet-mdm-gitops@026ee84a69cb89c869fedbe27c969bf89def418b + uses: fleetdm/fleet-mdm-gitops@v1.1.0 with: FLEET_API_TOKEN: $DOGFOOD_API_TOKEN FLEET_URL: $DOGFOOD_URL