We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08008e6 commit 0bd045eCopy full SHA for 0bd045e
1 file changed
.github/workflows/pr_style_bot.yaml
@@ -10,8 +10,9 @@ permissions:
10
11
jobs:
12
style:
13
- uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@ed9b560885ce974da9c0742a29ce1484b263e184
+ uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@e5365a9b53b19a0888a442075cc1032ab988a466
14
with:
15
python_quality_dependencies: "[quality]"
16
secrets:
17
- bot_token: ${{ secrets.HF_STYLE_BOT_ACTION }}
+ app_id: ${{ secrets.HF_BOT_STYLE_APP_ID }}
18
+ app_private_key: ${{ secrets.HF_BOT_STYLE_SECRET_PEM }}
0 commit comments