From b3d541c35cffa87333b821726daa735760543fbf Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:44:58 +0200 Subject: [PATCH] Update GitHub Actions workflow for whitespace fixes Replaced precommit job with fix-whitespace job and updated reference. Releases: main, 14.3, 13.4 --- .github/workflows/apply-precommit.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/apply-precommit.yml b/.github/workflows/apply-precommit.yml index 8cf2042d..93a0d058 100644 --- a/.github/workflows/apply-precommit.yml +++ b/.github/workflows/apply-precommit.yml @@ -6,8 +6,8 @@ on: workflow_dispatch: jobs: - precommit: - uses: TYPO3-Documentation/.github/.github/workflows/reusable-apply-precommit.yml@main - permissions: - contents: write - pull-requests: write + fix-whitespace: + uses: TYPO3-Documentation/.github/.github/workflows/reusable-apply-precommit.yml@6cdf90e700f7c32376aa2cb2d96a201b67c77ed2 + secrets: + APP_CLIENT_ID: ${{ secrets.APP_ID }} + APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}