diff options
| author | Ben Busby <contact@benbusby.com> | 2021-11-29 17:45:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 17:45:33 -0700 |
| commit | ac1fa36f6c78138f39b129f2ff8bbd5688dfa6b7 (patch) | |
| tree | d9970c0b84080a39d41462767d8a86ad2ec57786 /.github | |
| parent | ec68582585a616be9978567033af0d93dfd231b4 (diff) | |
| download | farside-ac1fa36f6c78138f39b129f2ff8bbd5688dfa6b7.tar.gz | |
Fix instance update commit as gh-bot
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 6 |
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() { |
