From 8f624638b3b0780d754bdec34f4b30d22749c21d Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Sun, 24 Nov 2024 01:34:48 +0000 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 018a0ebcf9..d031128d46 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -55,3 +55,5 @@ jobs: # Create a pull request to the "code-format" branch gh pr create --base code-format --head $BRANCH_NAME --title "[Automated PR] Format Codebase" --body "This pull request contains automated code formatting changes." fi + env: + GH_TOKEN: ${{ github.token }}