From 05b5af17dca9a554b40e216554f5020ff05eb378 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 22 Jun 2026 14:03:56 -0400 Subject: [PATCH] chore(infra): update workflow key name (#38367) --- .github/workflows/_refresh_model_profiles.yml | 6 +++--- .github/workflows/close_unchecked_issues.yml | 2 +- .github/workflows/pr_labeler.yml | 4 ++-- .github/workflows/pr_labeler_backfill.yml | 2 +- .github/workflows/refresh_model_profiles.yml | 2 +- .github/workflows/tag-external-issues.yml | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/_refresh_model_profiles.yml b/.github/workflows/_refresh_model_profiles.yml index a26e643db31..cc5abbe9494 100644 --- a/.github/workflows/_refresh_model_profiles.yml +++ b/.github/workflows/_refresh_model_profiles.yml @@ -16,7 +16,7 @@ # {"provider":"google", "data_dir":"libs/genai/langchain_google_genai/data"}, # ] # secrets: -# MODEL_PROFILE_BOT_APP_ID: ${{ secrets.MODEL_PROFILE_BOT_APP_ID }} +# MODEL_PROFILE_BOT_CLIENT_ID: ${{ secrets.MODEL_PROFILE_BOT_CLIENT_ID }} # MODEL_PROFILE_BOT_PRIVATE_KEY: ${{ secrets.MODEL_PROFILE_BOT_PRIVATE_KEY }} name: "Refresh Model Profiles (reusable)" @@ -76,7 +76,7 @@ on: type: string default: bot secrets: - MODEL_PROFILE_BOT_APP_ID: + MODEL_PROFILE_BOT_CLIENT_ID: required: true MODEL_PROFILE_BOT_PRIVATE_KEY: required: true @@ -171,7 +171,7 @@ jobs: id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ secrets.MODEL_PROFILE_BOT_APP_ID }} + client-id: ${{ secrets.MODEL_PROFILE_BOT_CLIENT_ID }} private-key: ${{ secrets.MODEL_PROFILE_BOT_PRIVATE_KEY }} - name: "🔀 Create pull request" diff --git a/.github/workflows/close_unchecked_issues.yml b/.github/workflows/close_unchecked_issues.yml index e91ae3ec185..fb3db98a728 100644 --- a/.github/workflows/close_unchecked_issues.yml +++ b/.github/workflows/close_unchecked_issues.yml @@ -41,7 +41,7 @@ jobs: id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ secrets.ORG_MEMBERSHIP_APP_ID }} + client-id: ${{ secrets.ORG_MEMBERSHIP_APP_CLIENT_ID }} private-key: ${{ secrets.ORG_MEMBERSHIP_APP_PRIVATE_KEY }} - name: Validate issue checkboxes diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index ebed7e2d99c..6db1354c9e8 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -17,7 +17,7 @@ # - Organization: Members (read) # 2. Install the app on your organization and this repository # 3. Add these repository secrets: -# - ORG_MEMBERSHIP_APP_ID: Your app's ID +# - ORG_MEMBERSHIP_APP_CLIENT_ID: Your app's client ID # - ORG_MEMBERSHIP_APP_PRIVATE_KEY: Your app's private key # # The GitHub App token is required to check private organization membership @@ -58,7 +58,7 @@ jobs: id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ secrets.ORG_MEMBERSHIP_APP_ID }} + client-id: ${{ secrets.ORG_MEMBERSHIP_APP_CLIENT_ID }} private-key: ${{ secrets.ORG_MEMBERSHIP_APP_PRIVATE_KEY }} - name: Verify App token diff --git a/.github/workflows/pr_labeler_backfill.yml b/.github/workflows/pr_labeler_backfill.yml index c3e9c56924a..538f00bf470 100644 --- a/.github/workflows/pr_labeler_backfill.yml +++ b/.github/workflows/pr_labeler_backfill.yml @@ -32,7 +32,7 @@ jobs: id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ secrets.ORG_MEMBERSHIP_APP_ID }} + client-id: ${{ secrets.ORG_MEMBERSHIP_APP_CLIENT_ID }} private-key: ${{ secrets.ORG_MEMBERSHIP_APP_PRIVATE_KEY }} - name: Backfill labels on open PRs diff --git a/.github/workflows/refresh_model_profiles.yml b/.github/workflows/refresh_model_profiles.yml index dd6d6f6183c..3824d5e435b 100644 --- a/.github/workflows/refresh_model_profiles.yml +++ b/.github/workflows/refresh_model_profiles.yml @@ -42,5 +42,5 @@ jobs: 🤖 Generated by the `refresh_model_profiles` workflow. secrets: - MODEL_PROFILE_BOT_APP_ID: ${{ secrets.MODEL_PROFILE_BOT_APP_ID }} + MODEL_PROFILE_BOT_CLIENT_ID: ${{ secrets.MODEL_PROFILE_BOT_CLIENT_ID }} MODEL_PROFILE_BOT_PRIVATE_KEY: ${{ secrets.MODEL_PROFILE_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/tag-external-issues.yml b/.github/workflows/tag-external-issues.yml index a61526cbb5d..bc500982123 100644 --- a/.github/workflows/tag-external-issues.yml +++ b/.github/workflows/tag-external-issues.yml @@ -17,7 +17,7 @@ # - Organization: Members (read) # 2. Install the app on your organization and this repository # 3. Add these repository secrets: -# - ORG_MEMBERSHIP_APP_ID: Your app's ID +# - ORG_MEMBERSHIP_APP_CLIENT_ID: Your app's client ID # - ORG_MEMBERSHIP_APP_PRIVATE_KEY: Your app's private key # # The GitHub App token is required to check private organization membership. @@ -57,7 +57,7 @@ jobs: id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ secrets.ORG_MEMBERSHIP_APP_ID }} + client-id: ${{ secrets.ORG_MEMBERSHIP_APP_CLIENT_ID }} private-key: ${{ secrets.ORG_MEMBERSHIP_APP_PRIVATE_KEY }} - name: Check if contributor is external @@ -125,7 +125,7 @@ jobs: id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ secrets.ORG_MEMBERSHIP_APP_ID }} + client-id: ${{ secrets.ORG_MEMBERSHIP_APP_CLIENT_ID }} private-key: ${{ secrets.ORG_MEMBERSHIP_APP_PRIVATE_KEY }} - name: Backfill labels on open issues