tangled
alpha
login
or
join now
anton.galiglobal.com
/
frontpage_firefox_plugin
3
fork
atom
Firefox WebExtension (Desktop and Mobile) that lets you share the current tab to Margit.at, frontpage.fyi, etc. with minimal effort.
3
fork
atom
overview
issues
pulls
pipelines
Trust Tangled host key during mirror
anton.galiglobal.com
4 months ago
91b2402a
2b33a1d9
+5
1 changed file
expand all
collapse all
unified
split
.github
workflows
mirror-to-tangled.yml
+5
.github/workflows/mirror-to-tangled.yml
···
20
20
with:
21
21
ssh-private-key: ${{ secrets.TANGLED_DEPLOY_KEY }}
22
22
23
23
+
- name: Add Tangled host key
24
24
+
run: |
25
25
+
mkdir -p ~/.ssh
26
26
+
ssh-keyscan -H tangled.sh >> ~/.ssh/known_hosts
27
27
+
23
28
- name: Push to Tangled
24
29
env:
25
30
TARGET_REMOTE: git@tangled.sh:galiglobal.com/frontpage_firefox_plugin