Skip to content

Commit e53f8e9

Browse files
committed
chore: update GitHub app token configuration to use client-id
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent f6eab31 commit e53f8e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
102102
id: app-token
103103
with:
104-
app-id: 1248576
104+
client-id: 1248576
105105
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
106106
- name: Checkout
107107
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2525
id: app-token
2626
with:
27-
app-id: 1248576
27+
client-id: 1248576
2828
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
2929
- uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0
3030
env:

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3232
id: app-token
3333
with:
34-
app-id: 1248576
34+
client-id: 1248576
3535
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
3636

3737
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

0 commit comments

Comments
 (0)