diff options
| author | Fernando Fernández <ferferga@hotmail.com> | 2021-05-31 00:35:35 +0200 |
|---|---|---|
| committer | Fernando Fernández <ferferga@hotmail.com> | 2021-05-31 00:35:41 +0200 |
| commit | a29ee991a4813357f19ce281c81a23de4b3f623d (patch) | |
| tree | 74377669e7deca41bd4ee9994f0959a0c5cf9252 | |
| parent | 499dee0100b6079cc5fd9ef7d6e08b6ed9190edd (diff) | |
Use pull_request_target instead of pull_request
| -rw-r--r-- | .github/workflows/automation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index de1590c74..01998b852 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -1,7 +1,7 @@ name: Automation on: - pull_request: + pull_request_target: jobs: main: |
