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