Browse Source

Use pull_request_target instead of pull_request

Fernando Fernández 4 năm trước cách đây
mục cha
commit
a29ee991a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: