From 68818ccadd075f74010e80fe350f205554a16d99 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Mon, 31 Oct 2022 12:58:34 +0100 Subject: [PATCH] Move relay to port 5333 to avoid collisions --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 0857b42..a1a08d0 100644 --- a/action.yml +++ b/action.yml @@ -48,6 +48,7 @@ runs: set -euo pipefail exec /opt/relay/relay run \ --mode=proxy \ + --port=5333 \ --shutdown-timeout=2 \ --upstream-dsn="\$SENTRY_DSN" \ --aws-runtime-api="\$AWS_LAMBDA_RUNTIME_API"