Skip to content

Commit 7c957ad

Browse files
authored
Merge pull request #13 from LibraryOfCongress/restrict-permissions-for-test-actions
Set workflow permissions for tests
2 parents 0d4bfab + 7cb8ff4 commit 7c957ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: unit tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push: # run on every push or PR to any branch
58
pull_request:

0 commit comments

Comments
 (0)