From 9fcf52a82bb4dbcfc47e69b7875d66a3d25ba87f Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Sun, 12 Dec 2021 21:49:22 -0500 Subject: [PATCH] ci ensure lvgl-bot is used to make commits --- .github/workflows/handle_format_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/handle_format_request.yml b/.github/workflows/handle_format_request.yml index 3b96b9e43..66c08fc04 100644 --- a/.github/workflows/handle_format_request.yml +++ b/.github/workflows/handle_format_request.yml @@ -31,6 +31,7 @@ jobs: - uses: actions/checkout@v2 if: success() with: + token: ${{ secrets.LVGL_BOT_TOKEN }} ref: ${{ steps.comment-branch.outputs.head_ref }} - name: Format code run: python code-format.py