From d514998f3af85d3f154b94363183cf36c03c5d0e Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 21 Mar 2023 11:23:08 -0500 Subject: [PATCH] Use gitops API token (#10639) --- .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 16368bdd08..4281bb3032 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.DOGFOOD_API_TOKEN }} + DOGFOOD_API_TOKEN: ${{ secrets.FLEET_GITOPS_API_ACCESS_TOKEN }} DOGFOOD_URL: ${{ secrets.DOGFOOD_URL }} CLOUD_MANAGEMENT_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}