Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix report action (#3)
* Update permissions and try to use the v1 version
  • Loading branch information
gaogaotiantian authored Nov 22, 2025
commit f61c09da12ab3c2f7c49d2e6791fc1434c916ada
3 changes: 2 additions & 1 deletion .github/workflows/test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
actions: read
check: write
contents: read
steps:
- name: Download test results to report
Expand All @@ -39,7 +40,7 @@ jobs:
run-id: ${{ github.event.workflow_run.id }}
pattern: "test-*"
- name: Publish test report
uses: scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 # pin @v1.8.0
uses: scacap/action-surefire-report@v1
with:
check_name: Report test results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down