We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48af0b commit 7fba130Copy full SHA for 7fba130
.github/workflows/doc-pr-upload.yml
@@ -13,4 +13,5 @@ jobs:
13
package_name: lighteval
14
secrets:
15
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
16
- comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
+ comment_bot_app_id: ${{ secrets.COMMENT_BOT_APP_ID }}
17
+ comment_bot_secret_pem: ${{ secrets.COMMENT_BOT_SECRET_PEM }}
0 commit comments