Fix instance update commit as gh-bot

This commit is contained in:
Ben Busby 2021-11-29 17:45:33 -07:00 committed by GitHub
parent ec68582585
commit ac1fa36f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {