Skip to content

Commit dbdd2e8

Browse files
authored
Give codespace read access to github/rest-api-description (#50995)
1 parent 58ed15d commit dbdd2e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
"permissions": {
4242
"contents": "write"
4343
}
44+
},
45+
"github/rest-api-description": {
46+
"permissions": {
47+
"contents": "read"
48+
}
4449
}
4550
}
4651
}

0 commit comments

Comments
 (0)