Skip to content

Commit 4c03036

Browse files
committed
ci: move config to workflow
1 parent 4b4463b commit 4c03036

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/execute.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
| wget -qi- -O rlccau.jar
3838
echo "$KEYS" | base64 -d | tar -xz -C ~/
3939
eval $(ssh-agent)
40-
cat << EOF >> ci.properties
41-
40+
cat << EOF > ci.properties
41+
repo.runelite.origin=git@runelite:abextm/runelite.git
42+
repo.srn.origin=git@static.runelite.net:abextm/static.runelite.net.git
4243
git.push.allowed=$GIT_PUSH_ALLOWED
4344
srn.slow=$SRN_SLOW
4445
EOF

ci.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)