We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dca93d + 8d48e0f commit 460224aCopy full SHA for 460224a
1 file changed
.github/workflows/audit-api-spec.yaml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
6
env:
7
- STATIC_ANALYSIS_BOT_APP_ID: 1819979
+ STATIC_ANALYSIS_BOT_CLIENT_ID: Iv23lipbCWzUuCxFerKJ
8
jobs:
9
generate-head-api-spec:
10
name: Generate head API spec
@@ -220,7 +220,7 @@ jobs:
220
id: generate-github-app-token
221
uses: actions/create-github-app-token@v3
222
with:
223
- client-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }}
+ client-id: ${{ env.STATIC_ANALYSIS_BOT_CLIENT_ID }}
224
private-key: ${{ secrets.STATIC_ANALYSIS_BOT_PRIVATE_KEY }}
225
owner: bitgo
226
repositories: |
0 commit comments