Skip to content

Commit da85e04

Browse files
committed
test(dependabot): use pull_request_target event
1 parent 87d9c6b commit da85e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: main
66
paths-ignore: "docs/**"
7-
pull_request:
7+
pull_request_target:
88
branches: main
99
paths-ignore: "docs/**"
1010
workflow_dispatch:
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
20-
token: ${{ secrets.PAT_TOKEN }}
20+
token: ${{ github.token }}
2121
- name: retag latest commit for testing
2222
run: |
2323
git config user.name 'github-actions'

0 commit comments

Comments
 (0)