Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eval/scripts/run-fullsend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ install -m 0600 /dev/null "$ENV_FILE"
# as fallback to the repo default branch (not "allow all"; use * for any).
emit_env "CODE_ALLOWED_TARGET_BRANCHES" ""
emit_env "GITHUB_WORKSPACE" "${EVAL_GH_WORKSPACE}"
emit_env "REPO_DIR" "${TARGET_DIR}"
emit_env "GIT_BOT_EMAIL" "fullsend-eval[bot]@users.noreply.github.com"
;;
esac
Expand Down
1 change: 1 addition & 0 deletions harness/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ validation_loop:
env:
runner:
CODE_ALLOWED_TARGET_BRANCHES: "${CODE_ALLOWED_TARGET_BRANCHES}"
TARGET_REPO_DIR: "${REPO_DIR}"
PUSH_TOKEN: "${PUSH_TOKEN}"
PUSH_TOKEN_SOURCE: "${PUSH_TOKEN_SOURCE}"
REPO_FULL_NAME: "${REPO_FULL_NAME}"
Expand Down
1 change: 1 addition & 0 deletions harness/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ skills:
env:
runner:
TARGET_BRANCH: "${TARGET_BRANCH}"
TARGET_REPO_DIR: "${REPO_DIR}"
TRIGGER_SOURCE: "${TRIGGER_SOURCE}"
HUMAN_INSTRUCTION: "${HUMAN_INSTRUCTION}"
FIX_ITERATION: "${FIX_ITERATION}"
Expand Down
Loading