Skip to content

Commit

Permalink
chore: use pull_request_target instead of pull_request event in workf…
Browse files Browse the repository at this point in the history
…lows (#269)

* remove comment

* okay

* remove

* use pull_request_target
Rich-Harris authored Nov 4, 2024

Verified

This commit was signed with the committer’s verified signature.
oliviertassinari Olivier Tassinari
1 parent 2c53a88 commit 3435754
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-create-request.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name: Docs preview create request

on:
pull_request:
pull_request_target:
branches:
- main

2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-delete-request.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name: Docs preview delete request

on:
pull_request:
pull_request_target:
branches:
- main
types: [closed]

0 comments on commit 3435754

Please sign in to comment.