Skip to content

Commit

Permalink
add keepalive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jun 1, 2024
1 parent 8b8e711 commit ddc6975
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Keepalive Workflow
on:
schedule:
- cron: "0 0 * * *"
permissions:
actions: write
jobs:
cronjob-based-github-action:
name: Keepalive Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
with:
workflow_files: "update-mk-ca-bundle.yml, update-cacert-file.yml"
time_elapsed: 0

0 comments on commit ddc6975

Please sign in to comment.