Skip to content

Commit ee81e49

Browse files
committed
fix: minimize repo permissions requested for Codespaces
We only need to check out this repo, which is just the `contents`.
1 parent 8a5d09b commit ee81e49

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)