Skip to content

Commit f1e7899

Browse files
committed
fix: Set GH workflow run id
1 parent c16cfc4 commit f1e7899

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-report.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Test Report
22

33
on:
44
workflow_run:
5-
workflows: ['Continuous Integration & Delivery']
5+
workflows:
6+
- Continuous Integration & Delivery
67
types:
78
- completed
89

@@ -19,6 +20,8 @@ jobs:
1920
- name: Download Test And Coverage Results
2021
uses: actions/download-artifact@v5
2122
with:
23+
github-token: ${{ secrets.GITHUB_TOKEN }}
24+
run-id: ${{ github.event.workflow_run.id }}
2225
pattern: Testcontainers*
2326

2427
- name: Publish Test Report

0 commit comments

Comments
 (0)