8000 Merge pull request #220 from cri-o/dependabot/github_actions/docker/setup-buildx-action-3.9.0 · cri-o/packaging@e8f90d7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schedule

schedule #545

Workflow file for this run

name: schedule
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
reconcile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: scripts/reconcile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OBS_PASSWORD: ${{ secrets.OBS_PASSWORD }}
0