From b4f4f25cfa5c0d9cb38175485dcade5ec477f9c5 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 23 May 2025 19:33:06 +0100 Subject: [PATCH] =?UTF-8?q?FIX:=20use=20names=20suggested=20by=20Ga=C3=A9t?= =?UTF-8?q?an?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 82f32ce7..ba431d30 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -47,8 +47,8 @@ jobs: uses: actions/create-github-app-token@v2 id: app-token with: - app-id: ${{ secrets.APP_ID }} - private-key: ${{ secrets.APP_KEY }} + app-id: ${{ vars.CI_APP_ID }} + private-key: ${{ secrets.CI_APP_PRIVATE_KEY }} - name: Get GitHub App User ID id: user-id