refactor: use github.token to distinguish automatic token
This commit is contained in:
Родитель
d7a17bba66
Коммит
cb5f6894fa
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Deploy to GH Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ github.token }}
|
||||
publish_dir: ./examples/dist
|
||||
user_name: 'kendo-bot'
|
||||
user_email: 'kendouiteam@progress.com'
|
||||
|
|
Загрузка…
Ссылка в новой задаче