Skip to content

Commit 8715a8a

Browse files
committed
Build: update testing strategy
Before, we are using `pull_request_target` to access AWS token to start a self-hosted runner. Since we are not using it, changing to `pull_request` should be more secure, for this trigger can not access repositry token.
1 parent e853aeb commit 8715a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Integration Test and Unit Test
22

33
on:
4-
pull_request_target:
4+
pull_request:
55

66
jobs:
77
test:

0 commit comments

Comments
 (0)