aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-12-16 23:00:02 +0000
committerGitHub <noreply@github.com>2020-12-16 23:00:02 +0000
commitc80769503580e0ca695261d83bec3bb31699404d (patch)
treebf0874db140ae9b70b9c36ca049c82d53b9ad81e /.github
parent11669bb45bd433af49d14b2836b208ed6d0877f3 (diff)
downloadqmk_firmware-c80769503580e0ca695261d83bec3bb31699404d.tar.gz
qmk_firmware-c80769503580e0ca695261d83bec3bb31699404d.zip
Yet another stab at trying to get github actions to push (#11230)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index f3c0bbc22..f4acb944a 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -15,6 +15,8 @@ jobs:
15 15
16 steps: 16 steps:
17 - uses: actions/checkout@v2 17 - uses: actions/checkout@v2
18 with:
19 token: ${{ secrets.API_TOKEN_GITHUB }}
18 20
19 - name: Install dependencies 21 - name: Install dependencies
20 run: | 22 run: |