From ccea338070c795fd966a4dc08b19268b6fbad5ef Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 8 Jul 2024 15:19:57 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f90ec7ef..0792356f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,6 +32,7 @@ jobs: - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 if: failure() && steps.clang_format.outcome == 'failure' with: + github-token: ${{ secrets.KEY }} script: | const fs = require('fs'); const patch = fs.readFileSync('fmt.patch', { encoding: 'utf8' });