Jelajahi Sumber

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

Joel Challis 4 tahun lalu
induk
melakukan
c807695035
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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: |