Skip to content

Commit 3577280

Browse files
authored
[CI] Bump style-bot SHA + switch to GitHub App (#13690)
* [CI] Bump style-bot SHA + switch to GitHub App * [CI] Bump style-bot to merged SHA e2867e92
1 parent 5bd51bd commit 3577280

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pr_style_bot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ on:
55
types: [created]
66

77
permissions:
8-
contents: write
98
pull-requests: write
9+
contents: read
1010

1111
jobs:
1212
style:
13-
uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@e000c1c89c65aee188041723456ac3a479416d4c # main
13+
uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@e2867e92c07d15e1bf18994d0a945ef5ad6b8d65
1414
with:
1515
python_quality_dependencies: "[quality]"
1616
secrets:
17-
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

Comments
 (0)