Skip to content

Commit f988355

Browse files
authored
Update secrets in upload_pr_documentation.yml
Blocked by huggingface/doc-builder#643
1 parent a61fc6a commit f988355

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/upload_pr_documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
with:
1313
package_name: transformers
1414
secrets:
15-
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
16-
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
15+
hf_token: ${{ secrets.HF_TOKEN }}
16+
comment_bot_app_id: ${{ secrets.COMMENT_BOT_APP_ID }}
17+
comment_bot_secret_id: ${{ secrets.COMMENT_BOT_SECRET_PEM }}

0 commit comments

Comments
 (0)