Skip to content

scheduled

scheduled #330

Workflow file for this run

name: scheduled
on:
repository_dispatch: {}
workflow_dispatch: {}
schedule:
- cron: "00 18 * * *"
permissions: read-all
jobs:
schedule:
uses: miracum/.github/.github/workflows/standard-schedule.yaml@d49d346352f8b4e6e1bdaed8a7b9663f65f327ed # v1.12.11
permissions:
contents: read
issues: write
security-events: write
with:
images: |
[
'ghcr.io/${{ github.repository }}/spark-delta:latest',
'ghcr.io/${{ github.repository }}/strimzi-kafka-connect:latest',
'ghcr.io/${{ github.repository }}/cricketeerone-kafka-connect:latest',
'ghcr.io/${{ github.repository }}/apache-superset:latest',
'ghcr.io/${{ github.repository }}/kyuubi-delta:latest',
'ghcr.io/${{ github.repository }}/ml-on-fhir:latest',
'ghcr.io/${{ github.repository }}/coder-base:latest',
'ghcr.io/${{ github.repository }}/hive-metastore:latest',
'ghcr.io/${{ github.repository }}/warehousekeeper:latest',
'ghcr.io/${{ github.repository }}/dsf-bpe-full:latest',
'ghcr.io/${{ github.repository }}/trino:latest',
'ghcr.io/${{ github.repository }}/semantic-release:latest'
]
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}