Merge pull request #15050 from ahrtr/fix_rate_limit_20221228

Added 'secrets.GITHUB_TOKEN' for the static-analysis workflow
This commit is contained in:
Benjamin Wang 2022-12-28 16:15:08 +08:00 committed by GitHub
commit ff71968046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,5 +17,6 @@ jobs:
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
with:
version: '3.14.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: make verify
- run: make fix