Skip to content

Commit a6ab94a

Browse files
authored
Add authentication token to enable preview deployments on external pull requests (#166)
1 parent c4becac commit a6ab94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
source-dir: public
2424
preview-branch: gh-pages
2525
umbrella-dir: pr-preview
26+
token: ${{ secrets.PREVIEW_TOKEN }}

0 commit comments

Comments
 (0)