浏览代码

Yet another stab at trying to get github actions to push (#11230)

Joel Challis 4 年之前
父节点
当前提交
c807695035
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/format.yaml

+ 2 - 0
.github/workflows/format.yaml

@@ -15,6 +15,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+      with:
+        token: ${{ secrets.API_TOKEN_GITHUB }}
 
     - name: Install dependencies
       run: |