From c80769503580e0ca695261d83bec3bb31699404d Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Wed, 16 Dec 2020 23:00:02 +0000
Subject: [PATCH] Yet another stab at trying to get github actions to push
 (#11230)

---
 .github/workflows/format.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index f3c0bbc22c..f4acb944a3 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -15,6 +15,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+      with:
+        token: ${{ secrets.API_TOKEN_GITHUB }}
 
     - name: Install dependencies
       run: |