Skip to content

Commit f87f895

Browse files
explicit permissions for tests action
Co-authored-by: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com>
1 parent 347c4f3 commit f87f895

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run_tests:
2121
runs-on: ubuntu-latest
2222

23-
steps:
23+
permissions:
24+
contents: read
2425
- name: Retrieve repository
2526
uses: actions/checkout@v6
2627

0 commit comments

Comments
 (0)