Skip to content

Commit 7fba130

Browse files
authored
Update comment bot secrets in workflow (#1107)
1 parent f48af0b commit 7fba130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doc-pr-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
package_name: lighteval
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 }}

0 commit comments

Comments
 (0)