summaryrefslogtreecommitdiffstats
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)
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 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: |