Skip to content

Commit e1338fe

Browse files
committed
Adds GITHUB_TOKEN to workflow
1 parent cff4cb9 commit e1338fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp-linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: cpp-linter/cpp-linter-action@v2
1616
id: linter
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1719
with:
1820
style: 'file' # Use .clang-format config file
1921
tidy-checks: '' # Use .clang-tidy config file

0 commit comments

Comments
 (0)