Skip to content

Commit 224c6c8

Browse files
authored
set permissions explicitly
1 parent 4a74df6 commit 224c6c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
jobs:
1313
cpp-linter:
1414
runs-on: windows-latest
15+
permissions:
16+
pull-requests: write
17+
issues: write
1518

1619
strategy:
1720
matrix:

0 commit comments

Comments
 (0)