Skip to content

.github/workflows/scheduled-keepalive.yaml #135

.github/workflows/scheduled-keepalive.yaml

.github/workflows/scheduled-keepalive.yaml #135

---
name: Schedule - Keepalive
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
paths:
- ".github/workflows/scheduled-keepalive.yaml"
jobs:
keepalive:
name: Keepalive
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.LAB_ASSISTANT_APP_ID }}
app_private_key: ${{ secrets.LAB_ASSISTANT_APP_KEY }}