Skip to content

Commit b9d4f13

Browse files
Switch target remote to HTTPS for DevWorkspace compatibility
SSH remotes don't work inside DevWorkspace containers where only HTTPS OAuth tokens are available from Che git credentials. Signed-off-by: Roman Nikitenko <rnikiten@redhat.com> Made-with: Cursor
1 parent 637b452 commit b9d4f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.rebase/rebase-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# (PREVIOUS_UPSTREAM_VERSION, CURRENT_UPSTREAM_VERSION) stay in rebase.sh.
44

55
# Remote to push the alignment branch and create the PR against
6-
target_remote: "git@github.com:RomanNikitenko/che-code.git"
6+
target_remote: "https://github.com/RomanNikitenko/che-code.git"
77

88
# PR testing configuration
99
testing:

0 commit comments

Comments
 (0)