-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (30 loc) · 1.13 KB
/
schedule.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: scheduled
on:
repository_dispatch: {}
workflow_dispatch: {}
schedule:
- cron: "00 18 * * *"
permissions: read-all
jobs:
schedule:
uses: miracum/.github/.github/workflows/standard-schedule.yaml@4cc91eaee2ea6c0513da1195a6b53bb9c16f5666 # v1.13.1
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 }}/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 }}/semantic-release:latest'
]
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}