From ac1fa36f6c78138f39b129f2ff8bbd5688dfa6b7 Mon Sep 17 00:00:00 2001
From: Ben Busby <contact@benbusby.com>
Date: Mon, 29 Nov 2021 17:45:33 -0700
Subject: [PATCH] Fix instance update commit as gh-bot

---
 .github/workflows/update-instances.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml
index 8ee9b10..6fe6f77 100644
--- a/.github/workflows/update-instances.yml
+++ b/.github/workflows/update-instances.yml
@@ -10,6 +10,12 @@ jobs:
     - uses: actions/checkout@v2
     - name: Install dependencies
       run: sudo apt-get install -y jq
+
+    - uses: webfactory/ssh-agent@v0.5.3
+      with:
+        ssh-private-key: |
+          ${{ secrets.PRIMARY_REPO_KEY }}
+
     - name: Fetch instances
       run: |
         function apply_update() {