Skip to content

Commit a9bd19e

Browse files
authored
fix: update GitHub Actions to use DOC_PAT_TOKEN for deployment (#477)
1 parent 3b589f8 commit a9bd19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- run: cd website && npm run build
1919
- uses: peaceiris/actions-gh-pages@v3
2020
with:
21-
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
github_token: ${{ secrets.DOC_PAT_TOKEN }}
2222
publish_dir: website/build

0 commit comments

Comments
 (0)