Skip to content

Commit 84f866f

Browse files
authored
Add PAT_TOKEN to PR preview deployment
1 parent 30b073f commit 84f866f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
uses: rossjrw/pr-preview-action@8ff09e486b4c23709012eedd3b42e9f0b95dd0c5 # v1.6.3
2626
with:
2727
source-dir: ./
28-
2928
preview-branch: main
29+
token: ${{ secrets.PAT_TOKEN }}
30+
3031

3132

3233

0 commit comments

Comments
 (0)