fix:permission

This commit is contained in:
saurabh 2025-08-26 00:50:10 +05:30
parent 18608e16a8
commit 40692bac1f

View file

@ -1,7 +1,7 @@
name: Coverage (Trial) name: Coverage (Trial)
on: on:
pull_request: pull_request_target:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- '**/*.md' - '**/*.md'
@ -66,7 +66,7 @@ jobs:
} }
- name: Post/update PR comment - name: Post/update PR comment
if: success() && github.event_name == 'pull_request' if: success() && github.event_name == 'pull_request_target'
uses: actions/github-script@v7 uses: actions/github-script@v7
with: with:
script: | script: |
@ -99,3 +99,4 @@ jobs:
issue_number: context.issue.number, issue_number: context.issue.number,
body: commentBody, body: commentBody,
}); });