[doc build] Use secrets

This commit is contained in:
Mishig
2023-06-09 11:01:19 +02:00
committed by GitHub
parent afb0e89b4a
commit f0d4caab95
4 changed files with 36 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
name: Delete doc comment trigger
on:
pull_request:
types: [ closed ]
jobs:
delete:
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment_trigger.yml@main
with:
pr_number: ${{ github.event.number }}