Suite of AT Protocol TypeScript libraries built on web standards
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update tangled.yml

+3 -3
+3 -3
.github/workflows/tangled.yml
··· 26 26 echo "$TANGLED_SSH_KEY" > ~/.ssh/tangled_key 27 27 chmod 600 ~/.ssh/tangled_key 28 28 29 - # Configure SSH to use the key for tangled.sh 30 - echo "Host tangled.sh 29 + # Configure SSH to use the key for tangled.org 30 + echo "Host tangled.org 31 31 IdentityFile ~/.ssh/tangled_key" >> ~/.ssh/config 32 32 33 33 chmod 600 ~/.ssh/config 34 34 35 - git remote add tangled git@tangled.sh:sprk.so/atp 35 + git remote add tangled git@tangled.org:sprk.so/atp 36 36 git push -f --all tangled 37 37 git push -f --tags tangled