ci: add missing GH token to doc publishing flow

This commit is contained in:
Matan Kushner 2023-04-11 15:03:23 +09:00
parent 145ce96057
commit 167a7a51c8
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -357,3 +357,5 @@ jobs:
steps:
- name: Trigger workflow dispatch
run: gh workflow run publish-docs.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}