Skip to content

Commit c851590

Browse files
fix: workflow issue in awesome workflow (#2908)
1 parent d1bb156 commit c851590

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/awesome_workflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
MainSequence:
1010
name: Code Formatter
1111
runs-on: ubuntu-latest
12+
permissions:
13+
pull-requests: write
14+
contents: write
15+
issues: write
1216
steps:
1317
- uses: actions/checkout@v4
1418
- uses: cpp-linter/cpp-linter-action@v2

0 commit comments

Comments
 (0)