File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
99
1010jobs :
1111 build :
12- uses : huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
12+ uses : huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@use_hf_hub
1313 with :
1414 commit_sha : ${{ github.event.pull_request.head.sha }}
1515 pr_number : ${{ github.event.number }}
1818 additional_args : --not_python_module
1919 languages : ar bn de en es fa fr gj he hi id it ja ko pt ru th tr vi zh-CN zh-TW
2020 hub_base_path : https://moon-ci-docs.huggingface.co
21+ secrets :
22+ token : ${{ secrets.HF_DOC_PUSH }}
23+ comment_bot_token : ${{ secrets.HUGGINGFACE_PUSH }}
Original file line number Diff line number Diff line change 77
88jobs :
99 delete :
10- uses : huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
10+ uses : huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@use_hf_hub
1111 with :
1212 pr_number : ${{ github.event.number }}
13- package : course
13+ package : course
14+ secrets :
15+ token : ${{ secrets.HF_DOC_PUSH }}
16+ comment_bot_token : ${{ secrets.HUGGINGFACE_PUSH }}
You can’t perform that action at this time.
0 commit comments