We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debdad0 commit 355d6e9Copy full SHA for 355d6e9
1 file changed
.github/workflows/tangled-mirror.yml
@@ -11,9 +11,6 @@ concurrency:
11
jobs:
12
tangled-mirror:
13
runs-on: ubuntu-slim
14
- env:
15
- TANGLED_REPO_URL: git@tangled.sh:solsticegamestudios.com/GModPatchTool
16
- TANGLED_SSH_KEY: ${{ secrets.TANGLED_SSH_KEY }}
17
steps:
18
#- name: Install Git
19
# run: |
@@ -24,9 +21,13 @@ jobs:
24
21
run: git clone --mirror $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git .
25
22
26
23
- name: Add Tangled Remote
+ env:
+ TANGLED_REPO_URL: git@tangled.sh:solsticegamestudios.com/GModPatchTool
27
run: git remote add tangled $TANGLED_REPO_URL
28
29
- name: Decode SSH key
30
+ TANGLED_SSH_KEY: ${{ secrets.TANGLED_SSH_KEY }}
31
run: |
32
echo $TANGLED_SSH_KEY | base64 --decode > "$RUNNER_TEMP/ssh.key"
33
chmod 600 "$RUNNER_TEMP/ssh.key"
0 commit comments