Fix handling of PRs from forks
https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#pull_request_target
This commit is contained in:
parent
1d93567e0e
commit
742b58c276
1 changed files with 1 additions and 1 deletions
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
|
@ -3,7 +3,7 @@ name: Greetings
|
|||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue