Skip to content

Commit 28e4288

Browse files
authored
Update docs.yml
1 parent ddf1270 commit 28e4288

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
github_token: ${{ secrets.GITHUBS_TOKEN }}
3333
publish_dir: ./docs
3434
enable_jekyll: false
3535
allow_empty_commit: false
3636
force_orphan: true
3737
publish_branch: gh-pages
38-
commit_message: 'docs: update documentation'
38+
commit_message: 'docs: update documentation'

0 commit comments

Comments
 (0)