Skip to content

Commit 039a8e5

Browse files
krukowCopilot
andcommitted
Mount .m2 and .deps.clj into agent sandbox
Expose Maven repo and Clojure tools to the AWF container so clojure/bb can resolve dependencies without network access. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 197784e commit 039a8e5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/daily-doc-updater.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-doc-updater.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ engine:
2727
id: copilot
2828
args: ["--log-level", "debug"]
2929
name: Daily Documentation Updater
30+
sandbox:
31+
agent:
32+
id: awf
33+
mounts:
34+
- "/home/runner/.m2:/home/runner/.m2:ro"
35+
- "/home/runner/.deps.clj:/home/runner/.deps.clj:ro"
3036
strict: true
3137
timeout-minutes: 45
3238
imports:

0 commit comments

Comments
 (0)