From 62b7387e73d7e0f59a8094e6ae5f120bfd1220d6 Mon Sep 17 00:00:00 2001 From: Seungwoo321 Date: Wed, 18 Jun 2025 20:39:29 +0900 Subject: [PATCH] chore: add comment for installation ID reference --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e58207a..e9f7950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} installation_id: ${{ secrets.APP_INSTALLATION_ID }} + # Add debug output to verify installation ID + # installation_id: 66276079 - name: Checkout uses: actions/checkout@v4