prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

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

Update SSH configuration and git remote for tangled

authored by

Tyler Lawson and committed by
GitHub
f3ce669b b65ce763

+3 -3
+3 -3
.github/workflows/sync-tangled.yml
··· 29 29 echo "$TANGLED_SSH_PRIVATE_KEY" > ~/.ssh/tangled_key 30 30 chmod 600 ~/.ssh/tangled_key 31 31 32 - # Configure SSH to use the key for tangled.sh 33 - echo "Host tangled.sh 32 + # Configure SSH to use the key for tangled.org 33 + echo "Host tangled.org 34 34 IdentityFile ~/.ssh/tangled_key" >> ~/.ssh/config 35 35 36 36 chmod 600 ~/.ssh/config ··· 39 39 git config --global user.name "Prototypey Bot" 40 40 git config --global user.email "bot@prototypey.org" 41 41 42 - git remote add tangled git@tangled.org:tylur.dev/prototypey 42 + git remote add tangled git@tangled.org:did:plc:4gt3dbmp4pydjiemob4konzm/prototypey 43 43 git push -f --all tangled 44 44 git push -f --tags tangled