Add support for external repositories with pull request previews

This commit is contained in:
brecert
2021-09-13 23:54:39 -04:00
parent 1b0531d5cf
commit 0597924996
3 changed files with 53 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
name: Clean Preview
#! Safety:
#! this workflow should not execute any code at all
#! see githubs docs on pull_request_target for more
#! this workflow should not execute any untrusted input at all
#! see the docs on `pull_request_target` for more
on:
pull_request_target:
types: [unlabeled]