ソースを参照

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: |