Skip to content

Commit

Permalink
chore: Add permissions for CI with fork for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jul 31, 2024
1 parent c81b7ca commit d1a0bb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1a0bb5

Please sign in to comment.