Make add to project workflow work on PRs (#753)

Fix the add to project workflow so that it works on PRs from forks, securely by running it in the context of the target.
This commit is contained in:
Jack 2023-10-21 17:39:21 +01:00 committed by GitHub
parent d84d875347
commit 640d3915c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project: