From 0fe25f1f8202c784cf6b2e7662c6b70fd598ae06 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 26 Sep 2022 23:09:55 +0200 Subject: [PATCH] build: harden submit.yml permissions Signed-off-by: Alex --- .github/workflows/submit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 260176a65..4bc3ef514 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -2,6 +2,9 @@ name: "submit" on: workflow_dispatch: +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest