Browse Source

Use pull_request_target instead of pull_request

Fernando Fernández 4 years ago
parent
commit
a29ee991a4
1 changed files with 1 additions and 1 deletions
  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: