Skip to content

Commit

Permalink
chore: Update permissions for CI
Browse files Browse the repository at this point in the history
See silverstripe/gha-ci#137 - work was done to
reduce the scope of permissions required to run CI.
  • Loading branch information
GuySartorelli committed Aug 5, 2024
1 parent c81b7ca commit 2cf6bfd
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 2cf6bfd

Please sign in to comment.