Skip to content

Commit

Permalink
Update keepalive.yml to use api
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Sep 23, 2024
1 parent b033c52 commit 51ac7dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

permissions:
contents: write
actions: write

jobs:
keep_alive:
Expand All @@ -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
committer_email: ${{ vars.REPOSITORY_OWNER ||github.repository_owner }}@users.noreply.github.com

0 comments on commit 51ac7dc

Please sign in to comment.