From 3a52e12a8a09540f1bc065b04a0c0a8697cf5647 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Thu, 12 Jun 2025 20:39:28 +0530 Subject: [PATCH] swap out token for style bot. --- .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 14a8f8e3d8b4..c60004720783 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