We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6445148 commit 17ad64fCopy full SHA for 17ad64f
.github/workflows/eclair.yaml
@@ -22,6 +22,9 @@ jobs:
22
container:
23
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
24
options: '--entrypoint /bin/bash'
25
+ permissions:
26
+ pull-requests: write # to create/update pull request comments
27
+ security-events: write
28
steps:
29
- name: Print cloud service information
30
run: |
0 commit comments