From 8d48e0fe6a3a0cad7f9104f083e30d78e86c58b6 Mon Sep 17 00:00:00 2001 From: Patrick McLaughlin Date: Wed, 10 Jun 2026 17:37:08 -0400 Subject: [PATCH] fix: use static-analysis-bot client id Ticket: AI-263 --- .github/workflows/audit-api-spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit-api-spec.yaml b/.github/workflows/audit-api-spec.yaml index 28097274..a3dcaf05 100644 --- a/.github/workflows/audit-api-spec.yaml +++ b/.github/workflows/audit-api-spec.yaml @@ -4,7 +4,7 @@ on: pull_request: env: - STATIC_ANALYSIS_BOT_APP_ID: 1819979 + STATIC_ANALYSIS_BOT_CLIENT_ID: Iv23lipbCWzUuCxFerKJ jobs: generate-head-api-spec: name: Generate head API spec @@ -220,7 +220,7 @@ jobs: id: generate-github-app-token uses: actions/create-github-app-token@v3 with: - client-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }} + client-id: ${{ env.STATIC_ANALYSIS_BOT_CLIENT_ID }} private-key: ${{ secrets.STATIC_ANALYSIS_BOT_PRIVATE_KEY }} owner: bitgo repositories: |