Skip to content

Commit

Permalink
Update repo URL to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 17, 2024
1 parent b3e8329 commit c9e133b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit c9e133b

Please sign in to comment.