From c5ae6fbe15f9a2a540e2c4aae4803d06b983c182 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 6 Aug 2026 15:52:10 +0100 Subject: [PATCH] Move to actions/create-github-app-token v3 (from v1) --- .github/workflows/api-fix-docs-artefacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-fix-docs-artefacts.yml b/.github/workflows/api-fix-docs-artefacts.yml index e80fcd6bd893..3d0ba7a83c8c 100644 --- a/.github/workflows/api-fix-docs-artefacts.yml +++ b/.github/workflows/api-fix-docs-artefacts.yml @@ -28,9 +28,9 @@ jobs: steps: - name: Generate GitHub App token with push access id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: - app-id: ${{ vars.FLAGSMITH_ENGINEERING_GH_APP_ID }} + client-id: ${{ vars.FLAGSMITH_ENGINEERING_GH_APP_ID }} private-key: ${{ secrets.FLAGSMITH_ENGINEERING_GH_APP_PRIVATE_KEY }} - name: Cloning repo