Skip to content

Commit 5a9dd6d

Browse files
committed
Update GitHub token configuration for documentation deployment
1 parent 6ee5a6e commit 5a9dd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
5050
uses: peaceiris/actions-gh-pages@v3
5151
with:
52-
github_token: ${{ secrets.AGENT_DOC_TOKEN }}
52+
github_token: ${{ secrets.AGENTLY_DOC_TOKEN }}
5353
publish_dir: ./site
5454
publish_branch: gh-pages

0 commit comments

Comments
 (0)