Skip to content

Commit 7a73d25

Browse files
committed
fix(cicd): using new fine grained token for publish docs
1 parent 5165f4e commit 7a73d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Deploy to GitHub Pages
2828
uses: JamesIves/github-pages-deploy-action@v4
2929
with:
30-
token: ${{ secrets.GITHUB_TOKEN }}
30+
token: ${{ secrets.GH_TOKEN }}
3131
branch: gh-pages
3232
folder: docs/.docz/dist

0 commit comments

Comments
 (0)