Skip to content

Commit 3fe4512

Browse files
authored
Merge pull request #146 from edx/pwnage101/codespaces-repo-perms-minimal
fix: minimize repo permissions requested for Codespaces
2 parents 477e03b + ee81e49 commit 3fe4512

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"codespaces": {
1515
"repositories": {
1616
"edx/edx-themes": {
17-
"permissions": "read-all"
17+
"permissions": {
18+
"contents": "read"
19+
}
1820
}
1921
}
2022
}

0 commit comments

Comments
 (0)