From c3421354bcd5ee5064ec85e210350a40f5aa7355 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Wed, 4 Sep 2024 11:36:11 -0400 Subject: [PATCH] keepalive update workflow --- .github/workflows/update.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6894269..2a42da7 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -26,3 +26,10 @@ jobs: - run: | nix shell -c init nix shell -c update + workflow-keepalive: + if: github.event_name == 'schedule' + runs-on: ubuntu-latest + permissions: + actions: write + steps: + - uses: liskin/gh-workflow-keepalive@v1