Skip to content

Commit

Permalink
Merge pull request #8 from GuySartorelli/pulls/1/update-ci-permissions
Browse files Browse the repository at this point in the history
chore Update CI permissions.
  • Loading branch information
GuySartorelli authored Jul 28, 2024
2 parents c81b7ca + a04ec6a commit 1ae9d07
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,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: write
with:
extra_jobs: |
- php: 8.1
Expand Down

0 comments on commit 1ae9d07

Please sign in to comment.