From 8c5e2e69aa0f39992c7c990e5d33a85e19298ff5 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 14 Apr 2023 13:59:04 -0600 Subject: [PATCH] Restrict permissions. --- .github/workflows/precice-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/precice-ci.yml b/.github/workflows/precice-ci.yml index ffda49c..ae785ce 100644 --- a/.github/workflows/precice-ci.yml +++ b/.github/workflows/precice-ci.yml @@ -8,6 +8,10 @@ on: schedule: - cron: '0 0 * * 0' +permissions: + contents: read + issues: write + jobs: build: name: Build ${{ matrix.build_type }}-dealii:${{ matrix.dealii_version }} -- 2.39.5