18 lines
347 B
YAML
18 lines
347 B
YAML
name: Maintain Runners
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
|
|
Bump:
|
|
if: github.repository_owner == 'Armbian'
|
|
uses: armbian/scripts/.github/workflows/maintain-runners.yml@master
|
|
|
|
with:
|
|
checking: false
|
|
|
|
secrets:
|
|
KEY_TORRENTS: ${{ secrets.KEY_TORRENTS }}
|
|
KNOWN_HOSTS_UPLOAD: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
|