Fix instance update commit as gh-bot
This commit is contained in:
parent
ec68582585
commit
ac1fa36f6c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/update-instances.yml
vendored
6
.github/workflows/update-instances.yml
vendored
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue