Skip to content

Commit

Permalink
FIx CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheise committed Jul 29, 2024
1 parent 7a827fa commit cce28bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.0",
"ext-dom": "*",
"silverstripe/framework": "^4.0 || ^5.0",
"silverstripe/framework": "^5.0",
"mhe/imagetools": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit cce28bb

Please sign in to comment.