From d1a0bb53dc2ccc69dbf38375768928feb3b4dca0 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 1 Aug 2024 10:02:49 +1200 Subject: [PATCH] chore: Add permissions for CI with fork for testing --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ecf57..97fca13 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 + uses: creative-commoners/gha-ci/.github/workflows/ci.yml@pulls/1/dispatch-patch with: extra_jobs: | - php: 8.1