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 5bd51bd commit 3577280Copy full SHA for 3577280
1 file changed
.github/workflows/pr_style_bot.yml
@@ -5,13 +5,14 @@ on:
5
types: [created]
6
7
permissions:
8
- contents: write
9
pull-requests: write
+ contents: read
10
11
jobs:
12
style:
13
- uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@e000c1c89c65aee188041723456ac3a479416d4c # main
+ uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@e2867e92c07d15e1bf18994d0a945ef5ad6b8d65
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