Skip to content

Commit 4ab74c4

Browse files
chore: Fix docs-preview-create (#1662)
* chore: Fix docs-preview-create * test gh token
1 parent d298fb0 commit 4ab74c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
with:
45-
token: ${{ secrets.GH_TOKEN }}
45+
token: ${{ secrets.GITHUB_TOKEN }}
4646
ref: main # Explicitly checkout main branch first
4747
- uses: pnpm/action-setup@v4
4848
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)