Skip to content

Commit f33e574

Browse files
Copilotwannaphong
andcommitted
Fix deploy_docs.yml: Change GITHUB_TOKEN to github_token
Co-authored-by: wannaphong <8536487+wannaphong@users.noreply.github.com>
1 parent fffe138 commit f33e574

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./docs/_build/html
3333
user_name: 'github-actions[bot]'
3434
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)