Skip to content

Commit e92ed0b

Browse files
committed
Use org-wide token
1 parent 635a9c5 commit e92ed0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-lint-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run linter as package
5656
id: linter
5757
env:
58-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
GITHUB_TOKEN: ${{ secrets.CPP_LINTER_TOKEN }}
5959
run: >
6060
cpp-linter
6161
-s=file

0 commit comments

Comments
 (0)