diff options
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: | |