Skip to content

Schedule - Keepalive #470

Schedule - Keepalive

Schedule - Keepalive #470

---
name: Schedule - Keepalive
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
paths:
- ".github/workflows/scheduled-keepalive.yaml"
jobs:
keepalive:
name: Renovate
uses: bjw-s/gh-workflows/.github/workflows/keepalive.yaml@main

Check failure on line 17 in .github/workflows/scheduled-keepalive.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/scheduled-keepalive.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/scheduled-keepalive.yaml" -> "bjw-s/gh-workflows/.github/workflows/keepalive.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
permissions:
contents: write
secrets:
app_id: ${{ secrets.BJWS_APP_ID }}
app_private_key: ${{ secrets.BJWS_APP_PRIVATE_KEY }}