Skip to content

.github/workflows/main.yml #7074

.github/workflows/main.yml

.github/workflows/main.yml #7074

Workflow file for this run

on:
schedule:
- cron: "0 * * * *"
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.sr.ht/~kravietz/ansible-collection-freebsd"
source_branch: "*"
destination_branch: "*"
github_token: ${{ secrets.PAT }}