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