Skip to content

Commit 0f8e322

Browse files
authored
Update workflow to use main branch for documentation
1 parent 8098443 commit 0f8e322

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/upload_pr_documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
build:
11-
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@803cc895829ea30f251eca5e4338f1e2fc73d872
11+
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
1212
with:
1313
package_name: setfit
1414
secrets:
1515
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
16-
comment_bot_app_id: ${{ secrets.COMMENT_BOT_APP_ID }}
17-
comment_bot_secret_pem: ${{ secrets.COMMENT_BOT_SECRET_PEM }}
18-
# comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
16+
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
17+
# comment_bot_app_id: ${{ secrets.COMMENT_BOT_APP_ID }}
18+
# comment_bot_secret_pem: ${{ secrets.COMMENT_BOT_SECRET_PEM }}
1919

0 commit comments

Comments
 (0)