From 6b426b24817ee3ca02b40c19c56c2d0dc6f16c5f Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 24 Oct 2025 08:53:51 +0200 Subject: [PATCH] Set timeout to 1.5h on spring-io/central-publish-action --- .github/actions/sync-to-maven-central/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 573971e2ce8..98c8c3d8527 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -29,6 +29,7 @@ runs: token: ${{ inputs.central-token-password }} token-name: ${{ inputs.central-token-username }} ignore-already-exists-error: true + timeout: "90m" - name: Await uses: ./.github/actions/await-http-resource with: