diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml new file mode 100644 index 0000000..07ed9f7 --- /dev/null +++ b/.github/workflows/keepalive.yml @@ -0,0 +1,15 @@ +name: keepalive + +on: + schedule: + - cron: "5 5 5 * *" # monthly on the 5th + workflow_dispatch: + +permissions: + contents: write + +jobs: + keepalive: + runs-on: ubuntu-latest + steps: + - uses: k-yle/keepalive@v1