Skip to content

keep-github-actions-alive #250

keep-github-actions-alive

keep-github-actions-alive #250

Workflow file for this run

name: keep-github-actions-alive
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
actions: write
jobs:
keep-alive:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: "keep-alive"
- uses: gautamkrishnar/keepalive-workflow@v2
with:
time_elapsed: 50
use_api: false