Skip to content

Commit 6a91e4d

Browse files
authored
ci: use client-id for the pre-commit autoupdate app token (#14)
The app-id input of actions/create-github-app-token is deprecated in favour of client-id. Switch to client-id, sourced from the org variable LF_AUTOMATION_CLIENT_ID.
1 parent 1ff8919 commit 6a91e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: 'app-token'
1616
uses: 'actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1' # v3.2.0
1717
with:
18-
app-id: '${{ vars.LF_AUTOMATION_APP_ID }}'
18+
client-id: '${{ vars.LF_AUTOMATION_CLIENT_ID }}'
1919
private-key: '${{ secrets.LF_AUTOMATION_APP_PRIVATE_KEY }}'
2020

2121
- name: 'Checkout repository'

0 commit comments

Comments
 (0)