From 7d8b2349737b7a05389305b584a1fb35b489301d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:33:08 +1200 Subject: [PATCH] chore Update CI permissions. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ecf57..15c4334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,15 @@ on: pull_request: workflow_dispatch: +permissions: {} + jobs: ci: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 + permissions: + pull-requests: read + contents: read with: extra_jobs: | - php: 8.1