We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a50b6d commit 1c5f73aCopy full SHA for 1c5f73a
1 file changed
.github/workflows/release-canary.yml
@@ -248,6 +248,7 @@ jobs:
248
OPENSHELL_DB_URL="sqlite:${HOME}/.local/state/openshell/gateway/openshell.db" \
249
OPENSHELL_PODMAN_SOCKET=/run/podman/podman.sock \
250
OPENSHELL_GRPC_ENDPOINT=http://host.containers.internal:17670 \
251
+ OPENSHELL_SSH_HANDSHAKE_SECRET=release-canary-secret \
252
OPENSHELL_SUPERVISOR_IMAGE=ghcr.io/nvidia/openshell/supervisor:latest \
253
openshell-gateway > /tmp/openshell-gateway.log 2>&1 &
254
0 commit comments