Yet another stab at trying to get github actions to push (#11230)
1 files changed, 2 insertions(+), 0 deletions(-) M .github/workflows/format.yaml
M .github/workflows/format.yaml => .github/workflows/format.yaml +2 -0
@@ 15,6 15,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.API_TOKEN_GITHUB }} - name: Install dependencies run: |