Skip to content

Commit

Permalink
Merge pull request #122 from creative-commoners/pulls/1.9/job-permiss…
Browse files Browse the repository at this point in the history
…ions

FIX Add contents read permission to tests job
  • Loading branch information
GuySartorelli authored Apr 22, 2024
2 parents 30fd6f0 + f2e19cc commit 74b6b79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ jobs:
outputs:
latest_local_sha: ${{ steps.output-sha.outputs.latest_local_sha }}

permissions:
contents: read

steps:

- name: Checkout code
Expand Down

0 comments on commit 74b6b79

Please sign in to comment.