From 648e8955cf0b9d9b2567be9295df6832bef0b439 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 13 Jun 2025 06:51:19 +0530 Subject: [PATCH] swap out token for style bot. (#11701) --- .github/workflows/pr_style_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_style_bot.yml b/.github/workflows/pr_style_bot.yml index 14a8f8e3d8..c600047207 100644 --- a/.github/workflows/pr_style_bot.yml +++ b/.github/workflows/pr_style_bot.yml @@ -14,4 +14,4 @@ jobs: with: python_quality_dependencies: "[quality]" secrets: - bot_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + bot_token: ${{ secrets.HF_STYLE_BOT_ACTION }} \ No newline at end of file