Skip to content

Commit

Permalink
Merge pull request #119 from creative-commoners/pulls/1.9/genmatrix-p…
Browse files Browse the repository at this point in the history
…ermissions

FIX Set contents read permissions for genmatrix job
  • Loading branch information
GuySartorelli authored Apr 22, 2024
2 parents d1a39ad + 0419bf5 commit 69eed23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:
# gha-generate-matrix script.php will sanitise matrix outputs so they're safe to use within bash
outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}


permissions:
contents: read

steps:
- name: Generate matrix
id: generate-matrix
Expand Down

0 comments on commit 69eed23

Please sign in to comment.