From dd8a74e161b67f0033ae0b61485c63805196ccf0 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 26 Sep 2022 20:12:53 +0200 Subject: [PATCH] build: harden central-sync-close.yml permissions Signed-off-by: Alex --- .github/workflows/central-sync-close.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/central-sync-close.yml b/.github/workflows/central-sync-close.yml index a00aebd4..704c7958 100644 --- a/.github/workflows/central-sync-close.yml +++ b/.github/workflows/central-sync-close.yml @@ -7,6 +7,7 @@ on: description: "Staged repository id" required: true +permissions: {} jobs: build: runs-on: ubuntu-latest