Skip to content

Commit

Permalink
chore: fix permissions for CI yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 6, 2024
1 parent 78d36a4 commit 825457d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
permissions:
pull-requests: read
contents: read
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
extra_jobs: |
- php: 8.1
phpunit: false
endtoend: true
endtoend_suite: admin
endtoend_config: vendor/silverstripe/admin/behat.yml
- php: 8.2
phpunit: false
endtoend: true
endtoend_suite: cms
endtoend_config: vendor/silverstripe/cms/behat.yml
uses: creative-commoners/gha-ci/.github/workflows/ci.yml@pulls/1.14/dispatch-patches
# with:
# extra_jobs: |
# - php: 8.1
# phpunit: false
# endtoend: true
# endtoend_suite: admin
# endtoend_config: vendor/silverstripe/admin/behat.yml
# - php: 8.2
# phpunit: false
# endtoend: true
# endtoend_suite: cms
# endtoend_config: vendor/silverstripe/cms/behat.yml

0 comments on commit 825457d

Please sign in to comment.