From d5916417feaf4f7ca38720a4dde3ed2e3c0e8563 Mon Sep 17 00:00:00 2001 From: Richard Hagen Date: Thu, 19 Oct 2023 09:06:42 +0200 Subject: [PATCH] add workflow dispatch action to lock resources --- .github/workflows/lock-resources.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lock-resources.yml b/.github/workflows/lock-resources.yml index 679248bf4..e9be87cf8 100644 --- a/.github/workflows/lock-resources.yml +++ b/.github/workflows/lock-resources.yml @@ -2,6 +2,8 @@ name: lock-resources on: schedule: - cron: '0 18 * * *' + workflow_dispatch: + permissions: id-token: write contents: read