From 3eb748ff1f2ef668339f2b07cb59a13ce221ab4e Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 25 Sep 2022 18:07:10 +0200 Subject: [PATCH] build: harden promote.yml permissions Signed-off-by: Alex --- .github/workflows/promote.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 768cb8533b..b792cce14d 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -4,6 +4,9 @@ on: release: types: [published] +permissions: + contents: read # to fetch code (actions/checkout) + jobs: promote: runs-on: ubuntu-latest