Selaa lähdekoodia

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

Joel Challis 4 vuotta sitten
vanhempi
commit
c807695035
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .github/workflows/format.yaml

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

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