Update preview-docs.yml

Use pull_request_target to be able to access FERN publication secret
This commit is contained in:
Iván Martínez 2023-11-25 10:14:04 +01:00 committed by GitHub
parent c6d6e0e71b
commit e8d88f8952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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]*')