From 51ac7dca731195e3ee88c0f1fef5a2df7d7dbf7a Mon Sep 17 00:00:00 2001 From: maxisoft Date: Mon, 23 Sep 2024 09:46:21 +0200 Subject: [PATCH] Update keepalive.yml to use api --- .github/workflows/keepalive.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 8fbd0ce..0bd334a 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -9,6 +9,7 @@ on: permissions: contents: write + actions: write jobs: keep_alive: @@ -18,6 +19,6 @@ jobs: - uses: actions/checkout@v4 - uses: gautamkrishnar/keepalive-workflow@v2 with: - use_api: false + use_api: true committer_username: ${{ vars.REPOSITORY_OWNER || github.repository_owner }} - committer_email: ${{ vars.REPOSITORY_OWNER ||github.repository_owner }}@users.noreply.github.com \ No newline at end of file + committer_email: ${{ vars.REPOSITORY_OWNER ||github.repository_owner }}@users.noreply.github.com