From ce3296aa3539d70d1c19a4dab9b6d56c5d04f198 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Tue, 5 May 2026 14:55:50 -0500 Subject: [PATCH] Fix feature flag cleanup API key (#10154) Co-authored-by: Oz --- .github/workflows/feature_flag_cleanup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature_flag_cleanup.yml b/.github/workflows/feature_flag_cleanup.yml index bdee6fcf4..ae0f3a090 100644 --- a/.github/workflows/feature_flag_cleanup.yml +++ b/.github/workflows/feature_flag_cleanup.yml @@ -63,7 +63,7 @@ jobs: * "date_enabled" - the date on which the feature flag was enabled by default * "enabling_commit" - the Git commit in which the feature flag was enabled by default * You are running as part of a GitHub automation and must not commit or push any changes. Another agent will process the file you produce. - warp_api_key: ${{ secrets.WARP_API_KEY }} + warp_api_key: ${{ secrets.OSS_WARP_API_KEY }} share: team - name: Upload feature flag log @@ -178,7 +178,7 @@ jobs: You are running as part of a GitHub automation that runs with a read-only token and will package your changes into a patch for a separate job to commit. Do not create a branch, do not commit, do not push, do not create a PR, and do not call `gh`. Leave your changes in the working tree only. share: team - warp_api_key: ${{ secrets.WARP_API_KEY }} + warp_api_key: ${{ secrets.OSS_WARP_API_KEY }} - name: Generate cleanup patch env: