Update github pr docs actions (#20125)

This commit is contained in:
Mishig
2022-11-08 16:37:24 +01:00
committed by GitHub
parent 2d6a92f22a
commit e2a23b6ce9
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,10 @@ on:
jobs:
delete:
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@use_hf_hub
with:
pr_number: ${{ github.event.number }}
package: transformers
secrets:
token: ${{ secrets.HF_DOC_PUSH }}
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}