From 3d71f368cd85cf10244f0404dc6965b9d7537989 Mon Sep 17 00:00:00 2001 From: Paul Mitchum Date: Tue, 23 Apr 2024 14:53:34 -0700 Subject: [PATCH] Update gautamkrishnar/keepalive-workflow (#48) - Fixes nightly tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5bbb61d..7e45ead 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ on: # This is required for "gautamkrishnar/keepalive-workflow" permissions: - contents: write + actions: write defaults: run: @@ -88,5 +88,5 @@ jobs: # keepalive-workflow adds a dummy commit if there's no other action here, keeps # GitHub from turning off tests after 60 days - - uses: gautamkrishnar/keepalive-workflow@v1 + - uses: gautamkrishnar/keepalive-workflow@v2 if: matrix.ddev_version == 'stable'