Skip to content

fix: update version-tests workflow to use create-github-app-token for PR operations#582

Merged
edeandrea merged 1 commit into
docling-project:mainfrom
edeandrea:fix-version-tests
Jul 13, 2026
Merged

fix: update version-tests workflow to use create-github-app-token for PR operations#582
edeandrea merged 1 commit into
docling-project:mainfrom
edeandrea:fix-version-tests

Conversation

@edeandrea

Copy link
Copy Markdown
Contributor

Fix authentication timeout in version-tests workflow

… PR operations

Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
Copilot AI review requested due to automatic review settings July 13, 2026 16:46
@edeandrea edeandrea merged commit 23d17eb into docling-project:main Jul 13, 2026
25 checks passed
@edeandrea edeandrea deleted the fix-version-tests branch July 13, 2026 16:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the version-tests GitHub Actions workflow to avoid GitHub App token expiration during long-running version compatibility runs by minting a fresh App installation token right before performing PR/merge operations.

Changes:

  • Add a new actions/create-github-app-token step to generate a fresh short-lived token immediately before creating the docs PR.
  • Switch the create-pull-request step and gh pr merge step to use the refreshed token instead of the earlier token.

@github-actions

Copy link
Copy Markdown

:java_duke: JaCoCo coverage report

Overall Project 46.12% 🔴

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
TestsPassed ✅SkippedFailed
Gradle Test Results (all modules & JDKs)1520 ran1520 passed0 skipped0 failed
TestResult
No test annotations available

@github-actions

Copy link
Copy Markdown

HTML test reports are available as workflow artifacts (zipped HTML).

• Download: Artifacts for this run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants