From dcd34b94666ac28c059855f061bd53ef6eb08f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 26 Nov 2024 20:12:14 +0100 Subject: [PATCH] ci: Explicit permissions (#2254) --- .github/workflows/lock.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml index dd05bc31f..6c52f683d 100644 --- a/.github/workflows/lock.yaml +++ b/.github/workflows/lock.yaml @@ -1,6 +1,10 @@ name: "Lock threads" - +permissions: + issues: write + pull-requests: write + discussions: write on: + workflow_dispatch: schedule: - cron: "37 2 * * *"