Skip to content

sync_poky

sync_poky #19184

Workflow file for this run

name: sync_poky
on:
schedule:
- cron: "0 */1 * * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://git.yoctoproject.org/git/poky.git"
source_branch: "*"
destination_branch: "*"
github_token: ${{ secrets.GITHUB_TOKEN }}
sync_tags: "true"