Skip to content

Commit

Permalink
ci(keepalive): use keepalive v2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Mar 15, 2024
1 parent f1c43d3 commit ae7e3f0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 3 * * 4'

permissions:
contents: write
actions: write

jobs:
keep-alive:
Expand All @@ -18,9 +18,7 @@ jobs:
- name: Clone project files
uses: actions/checkout@v4

# 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
# keepalive-workflow keeps GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v2
with:
commit_message: "chore(*): Automated commit to keep the repository active"
time_elapsed: 50

0 comments on commit ae7e3f0

Please sign in to comment.