From 7ebf308b0c28176e68a2634f9eb2e00d82e0be65 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 21 Mar 2023 12:51:41 -0500 Subject: [PATCH] Revert fleetctl apply token (#10647) --- .github/workflows/fleetctl-profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fleetctl-profiles.yml b/.github/workflows/fleetctl-profiles.yml index 4281bb3032..16368bdd08 100644 --- a/.github/workflows/fleetctl-profiles.yml +++ b/.github/workflows/fleetctl-profiles.yml @@ -26,7 +26,7 @@ permissions: contents: read env: - DOGFOOD_API_TOKEN: ${{ secrets.FLEET_GITOPS_API_ACCESS_TOKEN }} + DOGFOOD_API_TOKEN: ${{ secrets.DOGFOOD_API_TOKEN }} DOGFOOD_URL: ${{ secrets.DOGFOOD_URL }} CLOUD_MANAGEMENT_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}