Skip to content

Commit 460224a

Browse files
authored
Merge pull request #233 from BitGo/AI-263-client-id-fix
fix: use static-analysis-bot client id
2 parents 3dca93d + 8d48e0f commit 460224a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/audit-api-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
STATIC_ANALYSIS_BOT_APP_ID: 1819979
7+
STATIC_ANALYSIS_BOT_CLIENT_ID: Iv23lipbCWzUuCxFerKJ
88
jobs:
99
generate-head-api-spec:
1010
name: Generate head API spec
@@ -220,7 +220,7 @@ jobs:
220220
id: generate-github-app-token
221221
uses: actions/create-github-app-token@v3
222222
with:
223-
client-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }}
223+
client-id: ${{ env.STATIC_ANALYSIS_BOT_CLIENT_ID }}
224224
private-key: ${{ secrets.STATIC_ANALYSIS_BOT_PRIVATE_KEY }}
225225
owner: bitgo
226226
repositories: |

0 commit comments

Comments
 (0)