* [PATCH BlueZ v1] Add permissions for btsnoop-analyzer workflow
@ 2026-04-21 19:55 Luiz Augusto von Dentz
2026-04-21 20:10 ` patchwork-bot+bluetooth
0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2026-04-21 19:55 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Grant issues:write, contents:read, and models:read so the reusable
workflow can post comments and access the GitHub Models API.
---
.github/workflows/btsnoop-analyze.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/btsnoop-analyze.yml b/.github/workflows/btsnoop-analyze.yml
index 484288c0d9b6..b910f3c0cb66 100644
--- a/.github/workflows/btsnoop-analyze.yml
+++ b/.github/workflows/btsnoop-analyze.yml
@@ -4,6 +4,11 @@ on:
issue_comment:
types: [created]
+permissions:
+ issues: write
+ contents: read
+ models: read
+
jobs:
analyze:
if: >-
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-21 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21 19:55 [PATCH BlueZ v1] Add permissions for btsnoop-analyzer workflow Luiz Augusto von Dentz
2026-04-21 20:10 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox