Skip to content

Commit 3a4750a

Browse files
author
Mishig
authored
Revert "Update pr docs actions (#1194)"
This reverts commit 32b0736.
1 parent af9ee87 commit 3a4750a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ concurrency:
99

1010
jobs:
1111
build:
12-
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@use_hf_hub
12+
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
1313
with:
1414
commit_sha: ${{ github.event.pull_request.head.sha }}
1515
pr_number: ${{ github.event.number }}
1616
package: diffusers
17-
secrets:
18-
token: ${{ secrets.HF_DOC_PUSH }}
19-
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}

.github/workflows/delete_doc_comment.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77

88
jobs:
99
delete:
10-
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@use_hf_hub
10+
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
1111
with:
1212
pr_number: ${{ github.event.number }}
1313
package: diffusers
14-
secrets:
15-
token: ${{ secrets.HF_DOC_PUSH }}
16-
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}

0 commit comments

Comments
 (0)