diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-16 23:00:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-16 23:00:55 +0000 |
commit | 9c205d4a29f03430c8256459b71a38d7b4caa100 (patch) | |
tree | cc5e58c99e72facdd43c0346f0ea72a91cfa5795 | |
parent | 4f431e8a90c30df399037ad89e16b4ccc5334cc5 (diff) | |
parent | c80769503580e0ca695261d83bec3bb31699404d (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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: | |