From e1b0b1df89e98390f4e7d0d951da5d953c03ac82 Mon Sep 17 00:00:00 2001 From: Roscoe Rubin-Rottenberg Date: Mon, 27 Apr 2026 04:10:33 +0000 Subject: [PATCH] fix: tangled.org --- .github/workflows/tangled.yml | 6 +++--- 1 file(s) changed, 3 insertion(s)(+), 3 deletion(s)(-) diff --git a/.github/workflows/tangled.yml b/.github/workflows/tangled.yml --- a/.github/workflows/tangled.yml +++ b/.github/workflows/tangled.yml @@ -26,12 +26,12 @@ echo "$TANGLED_SSH_KEY" > ~/.ssh/tangled_key chmod 600 ~/.ssh/tangled_key - # Configure SSH to use the key for tangled.sh - echo "Host tangled.sh + # Configure SSH to use the key for tangled.org + echo "Host tangled.org IdentityFile ~/.ssh/tangled_key" >> ~/.ssh/config chmod 600 ~/.ssh/config - git remote add tangled git@tangled.sh:sprk.so/client + git remote add tangled git@tangled.org:sprk.so/client git push -f --all tangled git push -f --tags tangled -- tangled.sh