From 52b43487a7695a1bc7666e4d854d655422d8ad50 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 28 Aug 2021 19:25:43 -0400 Subject: [PATCH] Infrastructure: Restrict coverage report token --- .github/workflows/coverage-report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index f9683f46c0..cecc393d6d 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -7,6 +7,10 @@ on: - "test/**" - "!examples/landmarks/**" +permissions: + contents: read + issues: write + jobs: report: runs-on: ubuntu-latest