From cea5dc08f3418d1f5814d4e7a0ea83e2c6b1bd44 Mon Sep 17 00:00:00 2001 From: "system-tools-actions-public[bot]" <105183389+system-tools-actions-public[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:03:53 +0900 Subject: [PATCH] chore: sync files (#216) Signed-off-by: GitHub Co-authored-by: github-actions --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 17c6e40d..b231dbda 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Generate token id: generate-token - uses: tibdex/github-app-token@v2 + uses: tibdex/github-app-token@v1 with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.PRIVATE_KEY }}