Explorar el Código

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

Joel Challis hace 4 años
padre
commit
c807695035
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: |