mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
trying several things to correct the PAT inclusion. things are broken and I'm trying to resolve that.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
"command": "bash",
|
||||
"args": [
|
||||
"-c",
|
||||
"source ${containerWorkspaceFolder}/.devcontainer/library-scripts/load-env.sh && docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN=\"$GITHUB_PERSONAL_ACCESS_TOKEN\" ghcr.io/github/github-mcp-server"
|
||||
"source ${containerWorkspaceFolder}/.devcontainer/library-scripts/load-env.sh && if [ -n \"${GITHUB_PERSONAL_ACCESS_TOKEN}\" ]; then docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN=\"${GITHUB_PERSONAL_ACCESS_TOKEN}\" ghcr.io/github/github-mcp-server; else echo 'Error: GITHUB_PERSONAL_ACCESS_TOKEN not set' >&2; exit 1; fi"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user