From 1cb2bf3bb3bdedb14c40c43fd61c8f531ff882ac Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Thu, 2 Oct 2025 17:47:17 -0400 Subject: [PATCH] Ensure keepalive can write commits --- .github/workflows/check-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-tags.yml b/.github/workflows/check-tags.yml index eb98541..d8e2f72 100644 --- a/.github/workflows/check-tags.yml +++ b/.github/workflows/check-tags.yml @@ -67,7 +67,7 @@ jobs: name: Keepalive runs-on: ubuntu-latest permissions: - actions: write + contents: write steps: # Checkout is needed to determine if keepalive is necessary based on repo activity. - uses: actions/checkout@v4