We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b9104 commit d423e7dCopy full SHA for d423e7d
1 file changed
.github/workflows/pr_style_bot.yaml
@@ -6,11 +6,13 @@ on:
6
7
permissions:
8
pull-requests: write
9
+ contents: read
10
11
jobs:
12
style:
- uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@e000c1c89c65aee188041723456ac3a479416d4c # main
13
+ uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@db5c4b2fbec4cd6df3f6dc13ce5abf584d36b859
14
with:
15
python_quality_dependencies: "[quality]"
16
secrets:
- bot_token: ${{ secrets.HF_STYLE_BOT_ACTION }}
17
+ app_id: ${{ secrets.HF_BOT_STYLE_APP_ID }}
18
+ app_private_key: ${{ secrets.HF_BOT_STYLE_SECRET_PEM }}
0 commit comments