commit e3a687cacd83eac69f41c0fe62951a4a8029df9a
parent 8f92a330bc6aa0b94bdc67f8078df4a83b001004
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Sun, 23 Aug 2026 21:05:19 +0530
Merge pull request #61 from notamitgamer/chore/use-client-id-for-app-token
ci: use client-id instead of deprecated app-id input
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
id: app-token
uses: actions/create-github-app-token@v3
with:
- app-id: ${{ secrets.APP_ID }}
+ client-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout
@@ -137,7 +137,7 @@ jobs:
id: app-token
uses: actions/create-github-app-token@v3
with:
- app-id: ${{ secrets.APP_ID }}
+ client-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout Latest Code