From a61f51b722dd5359f56fc482f7facd1b8b7b7748 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Sun, 18 Feb 2024 02:33:31 +0700 Subject: [PATCH] security: add permissions block to workflows --- .github/workflows/test-reporter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-reporter.yml b/.github/workflows/test-reporter.yml index 39b10a0..075682a 100644 --- a/.github/workflows/test-reporter.yml +++ b/.github/workflows/test-reporter.yml @@ -8,6 +8,10 @@ on: types: - completed +permissions: + contents: read + actions: read + jobs: report: runs-on: ubuntu-latest