diff --git a/.github/workflows/pr-style-bot.yml b/.github/workflows/pr-style-bot.yml index 328375bd666..45707b90053 100644 --- a/.github/workflows/pr-style-bot.yml +++ b/.github/workflows/pr-style-bot.yml @@ -5,6 +5,9 @@ on: issue_comment: types: [created] +permissions: + pull-requests: write + jobs: style: uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@main