Skip to content

Commit 6d82b0c

Browse files
authored
chore(DEVOPS-10688): rename deprecated app-id input to client-id in create-github-app-token (#145)
# [DEVOPS-10688](https://lendable-uk.atlassian.net/browse/DEVOPS-10688) ## Changes - Rename the deprecated `app-id` input to `client-id` in `actions/create-github-app-token` (already pinned to v3; value unchanged, auth unaffected). Removes the v3 deprecation warning from CI logs. ## Context Pure key rename — GitHub accepts your existing App ID value as the JWT issuer under either key. Part of the org-wide cleanup DEVOPS-10688. Opened as draft pending review. [DEVOPS-10688]: https://lendable-uk.atlassian.net/browse/DEVOPS-10688?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent dbff4bb commit 6d82b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1818
id: generate-token
1919
with:
20-
app-id: ${{ secrets.LENDABOT_APP_ID }}
20+
client-id: ${{ secrets.LENDABOT_APP_ID }}
2121
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2222

2323
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5

0 commit comments

Comments
 (0)