bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

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:
M.github/workflows/main.yml | 4++--
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
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror