From c9e133b72b508900252b29c7b4178d66ae617bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzemin=CC=81ski?= Date: Tue, 17 Sep 2024 16:37:56 +0200 Subject: [PATCH] Update repo URL to use HTTPS --- .github/workflows/deploy-to-stream-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index baee5bd3f..a00acdf95 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -24,7 +24,7 @@ jobs: WORKING_BRANCH="$(git rev-parse --abbrev-ref HEAD)" SRC_DIR="$ROOT_DIR/build" DIST_DIR="$ROOT_DIR/dist" - DIST_REPO="git@github.com:xwp/stream-dist.git" + DIST_REPO="https://github.com/xwp/stream-dist.git" DIST_BRANCH="${GITHUB_REF#refs/heads/}" DIST_TAG="${GITHUB_REF#refs/tags/}" COMMIT_MESSAGE="$(git log -1 --oneline)"