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: |