We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635a9c5 commit e92ed0bCopy full SHA for e92ed0b
.github/workflows/cpp-lint-package.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Run linter as package
56
id: linter
57
env:
58
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CPP_LINTER_TOKEN }}
59
run: >
60
cpp-linter
61
-s=file
0 commit comments