Skip to content

Commit

Permalink
Merge pull request #9 from GuySartorelli/pulls/2.3/fix-permissions-again
Browse files Browse the repository at this point in the history
chore: Add permissions for CI with fork for testing
  • Loading branch information
GuySartorelli authored Aug 5, 2024
2 parents c81b7ca + 2cf6bfd commit 78d36a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
pull_request:
workflow_dispatch:

permissions: {}

jobs:
ci:
name: CI
permissions:
pull-requests: read
contents: read
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
extra_jobs: |
Expand Down

0 comments on commit 78d36a4

Please sign in to comment.