Update preview-docs.yml
Use pull_request_target to be able to access FERN publication secret
This commit is contained in:
parent
c6d6e0e71b
commit
e8d88f8952
|
@ -1,7 +1,7 @@
|
||||||
name: deploy preview docs
|
name: deploy preview docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
|
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
output=$(fern generate --docs --preview --log-level debug)
|
output=$(fern generate --docs --preview)
|
||||||
echo "$output"
|
echo "$output"
|
||||||
# Extract the URL
|
# Extract the URL
|
||||||
preview_url=$(echo "$output" | grep -oP '(?<=Published docs to )https://[^\s]*')
|
preview_url=$(echo "$output" | grep -oP '(?<=Published docs to )https://[^\s]*')
|
||||||
|
|
Loading…
Reference in New Issue