mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-22 18:02:22 +00:00
ci/docs-preview: use pull_request_target
Run code with access to the tokens on the target branch, *after* approval.
This commit is contained in:
parent
779af80bf2
commit
abd9176a2a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-preview.yml
vendored
2
.github/workflows/docs-preview.yml
vendored
|
@ -2,7 +2,7 @@ name: Build and Preview Manual
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
paths:
|
||||
- ".github/workflows/docs-preview.yml"
|
||||
|
|
Loading…
Reference in a new issue