Skip to content

Commit ed42388

Browse files
authored
Change token for PR preview deployment
Updated the token used for deploying previews from PAT_TOKEN to GITHUB_TOKEN.
1 parent fee30b2 commit ed42388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
source-dir: ./
2828
preview-branch: main
29-
token: ${{ secrets.PAT_TOKEN }}
29+
token: ${{ secrets.GITHUB_TOKEN }}
3030

3131

3232

0 commit comments

Comments
 (0)