We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16c881 commit 6b426b2Copy full SHA for 6b426b2
.github/actions/sync-to-maven-central/action.yml
@@ -29,6 +29,7 @@ runs:
29
token: ${{ inputs.central-token-password }}
30
token-name: ${{ inputs.central-token-username }}
31
ignore-already-exists-error: true
32
+ timeout: "90m"
33
- name: Await
34
uses: ./.github/actions/await-http-resource
35
with:
0 commit comments