소스 검색

Use pull_request_target instead of pull_request

Fernando Fernández 4 년 전
부모
커밋
a29ee991a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/automation.yml

+ 1 - 1
.github/workflows/automation.yml

@@ -1,7 +1,7 @@
 name: Automation
 
 on:
-  pull_request:
+  pull_request_target:
 
 jobs:
   main: