CI: fix release-check caller permissions (#67787)

* CI: fix release-check caller permissions

* CI: fix scheduled live and e2e checks

* CI: tighten release workflow permissions

* CI: restore release workflow caller permissions

* Actions: harden release check inputs
This commit is contained in:
Onur
2026-04-16 21:41:21 +02:00
committed by GitHub
parent 781b1de921
commit 51606e9889
5 changed files with 37 additions and 12 deletions

View File

@@ -293,8 +293,7 @@ EOF
if [[ "${OPENCLAW_SKIP_DOCKER_BUILD:-}" == "1" ]]; then
echo "==> Reuse live-test image: $LIVE_IMAGE_NAME (OPENCLAW_SKIP_DOCKER_BUILD=1)"
else
echo "==> Build live-test image: $LIVE_IMAGE_NAME (target=build)"
docker build --target build -t "$LIVE_IMAGE_NAME" -f "$ROOT_DIR/Dockerfile" "$ROOT_DIR"
"$ROOT_DIR/scripts/test-live-build-docker.sh"
fi
echo "==> Run CLI backend live test in Docker"