Skip to content

Mirror OTA images #3037

Mirror OTA images

Mirror OTA images #3037

name: Mirror OTA images
permissions:
actions: read
contents: read
id-token: write
on:
workflow_dispatch:
schedule:
- cron: "30 */6 * * *"
concurrency: ota_mirror
jobs:
call-reusable-workflow:
uses: ./.github/workflows/symx-runner-ubuntu.yml
with:
job_name: Mirror OTA images
symx_step: OTA Mirror
symx_run: ota mirror -s ${{ vars.SYMX_STORE }}
secrets:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}