diff options
author | Joel Challis <git@zvecr.com> | 2020-12-16 23:00:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 23:00:02 +0000 |
commit | c80769503580e0ca695261d83bec3bb31699404d (patch) | |
tree | bf0874db140ae9b70b9c36ca049c82d53b9ad81e /.github/workflows | |
parent | 11669bb45bd433af49d14b2836b208ed6d0877f3 (diff) | |
download | qmk_firmware-c80769503580e0ca695261d83bec3bb31699404d.tar.gz qmk_firmware-c80769503580e0ca695261d83bec3bb31699404d.zip |
Yet another stab at trying to get github actions to push (#11230)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/format.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index f3c0bbc22c..f4acb944a3 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.API_TOKEN_GITHUB }} - name: Install dependencies run: | |