From 2ee7a286c4921e7443414175a9def6e31d42756d Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Fri, 30 May 2025 03:12:35 +0200 Subject: [PATCH] Update sync_files.yml --- .github/workflows/sync_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_files.yml b/.github/workflows/sync_files.yml index 72aff82f1..92b4f3c87 100644 --- a/.github/workflows/sync_files.yml +++ b/.github/workflows/sync_files.yml @@ -30,7 +30,7 @@ jobs: id: setup-bot uses: ./.github/actions/setup-bot with: - app-id: ${{ vars.GH_APP_ID }} + app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - name: Set up Python