Skip to content

Commit ce2abb8

Browse files
chore(ci): replace deprecated app-id with client-id in audit-api-spec
The actions/create-github-app-token action deprecated the app-id input in favour of client-id. audit-api-spec.yaml produced: "Input app-id has been deprecated: Use client-id instead." Rename app-id to client-id and upgrade action pin from v2 to v3. Ref: https://github.com/actions/create-github-app-token Ticket: AI-263 Session-Id: e92d1576-afa2-446b-b1a0-fe2efe9d2491 Task-Id: 71990ecc-1600-4249-9154-a141f1133ba4
1 parent 475942f commit ce2abb8

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
@@ -218,9 +218,9 @@ jobs:
218218
EOF
219219
- name: Generate GitHub App Token
220220
id: generate-github-app-token
221-
uses: actions/create-github-app-token@v2
221+
uses: actions/create-github-app-token@v3
222222
with:
223-
app-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }}
223+
client-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }}
224224
private-key: ${{ secrets.STATIC_ANALYSIS_BOT_PRIVATE_KEY }}
225225
owner: bitgo
226226
repositories: |

0 commit comments

Comments
 (0)