Skip to content

Commit 6a7e49c

Browse files
committed
ci: providing token for build test report
1 parent 46e22c2 commit 6a7e49c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
uses: mikepenz/action-junit-report@v5
4141
if: success() || failure()
4242
with:
43-
report_paths: 'build/test-results/test/TEST-*.xml'
43+
report_paths: 'build/test-results/test/TEST-*.xml'
44+
token: {{ secrets.CI_PAT }}

0 commit comments

Comments
 (0)