Relating to: #20
A possible solution is to switch back to pull_request_target, and do something like suggested here: #20 (comment) - that is, figure out what the real PR SHA is, and check that out manually.
The real issue is that forks can't see any github.SECRETS, which means the 'deploy the generated site to a git repo' doesn't work, and so we need a work around.
Relating to: #20
A possible solution is to switch back to
pull_request_target, and do something like suggested here: #20 (comment) - that is, figure out what the real PR SHA is, and check that out manually.The real issue is that forks can't see any
github.SECRETS, which means the 'deploy the generated site to a git repo' doesn't work, and so we need a work around.