Skip to content

sync

sync #1

Workflow file for this run

name: sync
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync
uses: hhyasdf/[email protected]
with:
images_file: ./sync/images.yml
auth_file: ./sync/auth.yml
env:
ALI_CR_USERNAME: ${{secrets.ALI_CR_USERNAME}}
ALI_CR_PASSWORD: ${{secrets.ALI_CR_PASSWORD}}