summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2021-11-29 17:45:33 -0700
committerGitHub <noreply@github.com>2021-11-29 17:45:33 -0700
commitac1fa36f6c78138f39b129f2ff8bbd5688dfa6b7 (patch)
treed9970c0b84080a39d41462767d8a86ad2ec57786 /.github
parentec68582585a616be9978567033af0d93dfd231b4 (diff)
downloadfarside-ac1fa36f6c78138f39b129f2ff8bbd5688dfa6b7.tar.gz
Fix instance update commit as gh-bot
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-instances.yml6
1 files changed, 6 insertions, 0 deletions
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() {