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 a61fc6a commit f988355Copy full SHA for f988355
.github/workflows/upload_pr_documentation.yml
@@ -12,5 +12,6 @@ jobs:
12
with:
13
package_name: transformers
14
secrets:
15
- hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
16
- comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
+ hf_token: ${{ secrets.HF_TOKEN }}
+ comment_bot_app_id: ${{ secrets.COMMENT_BOT_APP_ID }}
17
+ comment_bot_secret_id: ${{ secrets.COMMENT_BOT_SECRET_PEM }}
0 commit comments