Skip to content

Commit e629fc0

Browse files
committed
update token in deploy script
1 parent c8b52d7 commit e629fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
NODE_VERSION: 20.x
1414
DOCS_FOLDER: docs
1515
DOCS_VERSION_PATH: /
16-
GITHUB_TOKEN: ${{ github.token }}
16+
GITHUB_TOKEN: ${{secrets.GH_PAT}}
1717

1818
jobs:
1919
pages:

0 commit comments

Comments
 (0)