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 c15ff9e commit f07827bCopy full SHA for f07827b
.github/workflows/test-coverage.yml
@@ -1,7 +1,7 @@
1
name: Test Coverage Report
2
3
on:
4
- pull_request_target:
+ pull_request:
5
branches:
6
- main
7
paths:
@@ -14,8 +14,6 @@ jobs:
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v3
17
- with:
18
- ref: ${{ github.event.pull_request.head.sha }}
19
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
@@ -36,6 +34,6 @@ jobs:
36
34
uses: ArtiomTr/jest-coverage-report-action@v2
37
35
if: always()
38
with:
39
- github-token: ${{ secrets.SECRET_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
40
coverage-file: ./report.json
41
base-coverage-file: ./report.json
0 commit comments