ci: add missing GH token to doc publishing flow
This commit is contained in:
parent
145ce96057
commit
167a7a51c8
|
@ -357,3 +357,5 @@ jobs:
|
|||
steps:
|
||||
- name: Trigger workflow dispatch
|
||||
run: gh workflow run publish-docs.yml
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue