Skip to content

Commit

Permalink
FIX Add contents read permission to tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 22, 2024
1 parent 7a144ce commit f2e19cc
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 f2e19cc

Please sign in to comment.