diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f90ec7ef6ed0..0792356f64e0 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' });