Yet another stab at trying to get github actions to push (#11230)
This commit is contained in:
parent
11669bb45b
commit
c807695035
1 changed files with 2 additions and 0 deletions
2
.github/workflows/format.yaml
vendored
2
.github/workflows/format.yaml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.API_TOKEN_GITHUB }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue