Skip to content

Commit

Permalink
Add read permission to opensafely/server-instructions
Browse files Browse the repository at this point in the history
This gives the auto-generated PAT used for git operations within this

codespace read permissions to the server-instructions repo

which contains the stata license file needed to run stata actions
  • Loading branch information
Jongmassey committed May 20, 2024
1 parent 92d8289 commit 4f42f7d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
},
// Configure tool-specific properties.
"customizations": {
"codespaces": {
"repositories": {
"opensafely/server-instructions": {
"permissions": {
"contents": "read"
}
}
}
},
"vscode": {
"extensions": [
"ms-python.python",
Expand All @@ -51,4 +60,4 @@
"remoteEnv": {
"MAX_WORKERS": "2"
}
}
}

0 comments on commit 4f42f7d

Please sign in to comment.