Skip to content

Commit 17ad64f

Browse files
committed
add permissions
Signed-off-by: Anas Nashif <[email protected]>
1 parent 6445148 commit 17ad64f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/eclair.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
container:
2323
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
2424
options: '--entrypoint /bin/bash'
25+
permissions:
26+
pull-requests: write # to create/update pull request comments
27+
security-events: write
2528
steps:
2629
- name: Print cloud service information
2730
run: |

0 commit comments

Comments
 (0)