Skip to content

Commit 8098443

Browse files
authored
Update GitHub Actions secrets for documentation upload
1 parent 689ad81 commit 8098443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/upload_pr_documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ jobs:
1313
package_name: setfit
1414
secrets:
1515
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
16-
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
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 }}
19+

0 commit comments

Comments
 (0)