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

master
Joel Challis 2020-12-16 23:00:02 +00:00 committed by GitHub
parent 11669bb45b
commit c807695035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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