Skip to content

Commit

Permalink
Make add to project workflow work on PRs (#753)
Browse files Browse the repository at this point in the history
Fix the add to project workflow so that it works on PRs from forks, securely by running it in the context of the target.
  • Loading branch information
ASpoonPlaysGames authored Oct 21, 2023
1 parent d84d875 commit 640d391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
issues:
types:
- opened
pull_request_target:
types:
- opened

jobs:
add-to-project:
Expand Down

0 comments on commit 640d391

Please sign in to comment.